diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:06:36 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:06:36 +0100 |
commit | 9851c8441028eabf58e2b7261db337f9dd0376de (patch) | |
tree | 69c637ae7198a6931b5b7bf892593546978f4969 /src/AutoComplete.h | |
parent | 9a9886b0346e124dac362602d9d90a538bf0288c (diff) | |
download | scintilla-mirror-9851c8441028eabf58e2b7261db337f9dd0376de.tar.gz |
Fix typos in comments (src)
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r-- | src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 6838e4306..c35fa1a0e 100644 --- a/src/AutoComplete.h +++ b/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; |