blob: 2e3e112d9f4d91fd780593211e7c153c7228daba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|