summaryrefslogtreecommitdiff
path: root/debian/patches/0100-spelling.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-15 13:50:01 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-15 13:50:01 +0200
commitf28c4e10d4bf0597ec370aaebd83c630864426bd (patch)
treec70121856d74322844f45a2b3047fa68ea604148 /debian/patches/0100-spelling.patch
parent4ecd0ccba82aaffe18468380d7659f6c877cdb99 (diff)
Remove upstream applied patches
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