summaryrefslogtreecommitdiff
path: root/debian/patches/0100-spelling.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 14:10:13 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 14:10:13 +0200
commit80e6d50ae13dbfe1e4333888431eb21d3d9e926f (patch)
treeb13da2036031c7811f41dd7874b80d871b93f570 /debian/patches/0100-spelling.patch
parent621f4acf1406e51eaf5d9429c46625e6f5fde98e (diff)
parentb5d1a44c8a6b401ec6d23ed849ed733f192292e4 (diff)
Merge branch 'release/debian/2.0.1-1'debian/2.0.1-1
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