Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-09-07 11:06:36 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-09-07 11:10:07 +0300
commit15b5a09bbd89a61e2e16e0ee1a72fb08eb9ee126 (patch)
tree10fd20bea1b88c614083c6690ed4fe82c700b485 /base
parent0017ba8255bd57a7987f8241328e4200430bfcff (diff)
Spell fixing.
Diffstat (limited to 'base')
-rw-r--r--base/assert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/assert.hpp b/base/assert.hpp
index ab16850ed7..653c9d8777 100644
--- a/base/assert.hpp
+++ b/base/assert.hpp
@@ -95,6 +95,6 @@ namespace my
// The macro that causes the warning to be ignored: control reaches end of
// non-void function.
#define CHECK_SWITCH() do { \
- CHECK(false, ("Incorrect value in the switch statment")); \
+ CHECK(false, ("Incorrect value in the switch statement")); \
std::abort(); \
} while(false)