diff options
Diffstat (limited to 'scintilla/src/AutoComplete.h')
-rw-r--r-- | scintilla/src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/AutoComplete.h b/scintilla/src/AutoComplete.h index fc172aa..49c7601 100644 --- a/scintilla/src/AutoComplete.h +++ b/scintilla/src/AutoComplete.h @@ -65,7 +65,7 @@ public: void SetSeparator(char separator_);
char GetSeparator() const;
- /// The typesep character is used for seperating the word from the type
+ /// The typesep character is used for separating the word from the type
void SetTypesep(char separator_);
char GetTypesep() const;
|