summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-09 22:24:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-09 22:24:08 +0200
commite3c9712d0e85afe54f9cc83f047b7c4331680a8a (patch)
tree53669e5df79f92ccc557dc41dd4f4482e0a9203f /debian/patches
parent8dc349733ccfed51b0bee78a5d2c0feb364b5913 (diff)
New debian/patches/0100-spelling.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0100-spelling.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0100-spelling.patch b/debian/patches/0100-spelling.patch
new file mode 100644
index 0000000..2e3e112
--- /dev/null
+++ b/debian/patches/0100-spelling.patch
@@ -0,0 +1,18 @@
+Description: Correct spelling
+Author: Jörg Frings-Fürst <debian@jff.email>
+Forwarded: no
+Last-Update: 2018-07-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/lib/spdlog/common.h
+===================================================================
+--- trunk.orig/lib/spdlog/common.h
++++ trunk/lib/spdlog/common.h
+@@ -183,6 +183,6 @@ using filename_t = std::string;
+ } \
+ catch (...) \
+ { \
+- _err_handler("Unknown exeption in logger"); \
++ _err_handler("Unknown exception in logger"); \
+ }
+ } // namespace spdlog
diff --git a/debian/patches/series b/debian/patches/series
index 537cd0a..0405e13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-disable_search_doc.patch
0600-man_page_spelling.patch
+0100-spelling.patch