From 808e00138126f7ce571fd905498dba6614c16278 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 09:28:15 +1100 Subject: Backport: Fix spelling mistakes. Backport of changeset 8028:78a688809e75. --- src/AutoComplete.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/AutoComplete.h') diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 6440c13d4..c5b40ad14 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -17,7 +17,7 @@ class AutoComplete { std::string stopChars; std::string fillUpChars; char separator; - char typesep; // Type seperator + char typesep; // Type separator enum { maxItemLen=1000 }; std::vector sortMatrix; @@ -28,7 +28,7 @@ public: std::unique_ptr lb; Sci::Position posStart; Sci::Position startLen; - /// Should autocompletion be canceled if editor's currentPos <= startPos? + /// Should autocompletion be cancelled if editor's currentPos <= startPos? bool cancelAtStartPos; bool autoHide; bool dropRestOfWord; -- cgit v1.2.3