diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-03-26 09:28:15 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-03-26 09:28:15 +1100 | 
| commit | 808e00138126f7ce571fd905498dba6614c16278 (patch) | |
| tree | 8e6fd9ed479c7a2a12ec73fed9bff305806986ff /src/AutoComplete.h | |
| parent | 878a934343d10fb3f5412c06522db2f46570c1bb (diff) | |
| download | scintilla-mirror-808e00138126f7ce571fd905498dba6614c16278.tar.gz | |
Backport: Fix spelling mistakes.
Backport of changeset 8028:78a688809e75.
Diffstat (limited to 'src/AutoComplete.h')
| -rw-r--r-- | src/AutoComplete.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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<int> sortMatrix; @@ -28,7 +28,7 @@ public:  	std::unique_ptr<ListBox> 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; | 
