summaryrefslogtreecommitdiff
path: root/debian/patches/0100-spelling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0100-spelling.patch')
-rw-r--r--debian/patches/0100-spelling.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0100-spelling.patch b/debian/patches/0100-spelling.patch
deleted file mode 100644
index 2e3e112..0000000
--- a/debian/patches/0100-spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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