From da009b0ef551de52dcce5d5b819bc579a6ef0882 Mon Sep 17 00:00:00 2001 From: aver-d Date: Thu, 22 Feb 2018 20:28:01 +0000 Subject: Fix typos in C++ string literals informations, dont, incrementaly, alignement --- src/normal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/normal.cc') 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()); -- cgit v1.2.3