summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent621f4acf1406e51eaf5d9429c46625e6f5fde98e (diff)
parentb5d1a44c8a6b401ec6d23ed849ed733f192292e4 (diff)
Merge branch 'release/debian/2.0.1-1'debian/2.0.1-1
Diffstat (limited to 'lib')
-rw-r--r--lib/spdlog/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spdlog/common.h b/lib/spdlog/common.h
index e02cb0b..3731c92 100644
--- a/lib/spdlog/common.h
+++ b/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