summaryrefslogtreecommitdiff
path: root/src/highlighter_group.cc
diff options
context:
space:
mode:
authoraver-d <aver-d@users.noreply.github.com>2018-02-22 20:28:01 +0000
committeraver-d <aver-d@users.noreply.github.com>2018-02-22 20:28:01 +0000
commitda009b0ef551de52dcce5d5b819bc579a6ef0882 (patch)
tree9e5da2080300fa77f972699b3043b4b7c4866494 /src/highlighter_group.cc
parent61c627135a3c20a7ab96e9cb3959ba0d4acac0b5 (diff)
Fix typos in C++ string literals
informations, dont, incrementaly, alignement
Diffstat (limited to 'src/highlighter_group.cc')
-rw-r--r--src/highlighter_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighter_group.cc b/src/highlighter_group.cc
index fb89e5f2..1b3ba415 100644
--- a/src/highlighter_group.cc
+++ b/src/highlighter_group.cc
@@ -27,7 +27,7 @@ void HighlighterGroup::fill_unique_ids(Vector<StringView>& unique_ids) const
void HighlighterGroup::add_child(HighlighterAndId&& hl)
{
if ((hl.second->passes() & passes()) != hl.second->passes())
- throw runtime_error{"Cannot add that highlighter to this group, passes dont match"};
+ throw runtime_error{"Cannot add that highlighter to this group, passes don't match"};
hl.first = replace(hl.first, "/", "<slash>");