summaryrefslogtreecommitdiff
path: root/debian/patches/0100-typos.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-20 14:07:26 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-20 14:07:26 +0200
commit3fbb9230e021593a66363b97e9da4fd3f3c64c62 (patch)
tree1aa221a39f1700eb8f1968760c21eeb9b171e1c4 /debian/patches/0100-typos.patch
parentd8e43e55d8943382e8823354b8e86dd92468a60a (diff)
parenta348b898dd9ec08507e93a172acfc0b9d824b5ad (diff)
Merge branch 'release/3.28.1-1'3.28.1-1
Diffstat (limited to 'debian/patches/0100-typos.patch')
-rw-r--r--debian/patches/0100-typos.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0100-typos.patch b/debian/patches/0100-typos.patch
deleted file mode 100644
index 0f63a81..0000000
--- a/debian/patches/0100-typos.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Typos
-Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Last-Update: 206-04-10
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/src/autosave-manager.vala
-===================================================================
---- trunk.orig/src/autosave-manager.vala
-+++ trunk/src/autosave-manager.vala
-@@ -74,7 +74,7 @@ public class AutosaveManager
- catch (Error e)
- {
- if (!(e is FileError.NOENT))
-- warning ("Could not load autosave infomation; not restoring any autosaves: %s", e.message);
-+ warning ("Could not load autosave information; not restoring any autosaves: %s", e.message);
- return;
- }
- var pages = get_value (file, "simple-scan", "pages");