summaryrefslogtreecommitdiff
path: root/src/normal.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/normal.cc
parent61c627135a3c20a7ab96e9cb3959ba0d4acac0b5 (diff)
Fix typos in C++ string literals
informations, dont, incrementaly, alignement
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc
index 6518f9f8..bd07826c 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -1740,7 +1740,7 @@ void combine_selections(Context& context, SelectionList list, Func func)
else
{
if (list.size() != sels.size())
- throw runtime_error{"The two selection lists dont have the same number of elements"};
+ throw runtime_error{"The two selection lists don't have the same number of elements"};
for (int i = 0; i < list.size(); ++i)
combine_selection(sels.buffer(), list[i], sels[i], op);
list.set_main_index(sels.main_index());