aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-01-20 08:06:36 +0100
committerStefan Weil <sw@weilnetz.de>2014-01-20 08:06:36 +0100
commitcce3c51c612eb0c78bdc25fdd443858b458e0966 (patch)
treec32d92cea5c686ed67fb8c72afb2357597720e6b /src/AutoComplete.h
parent9bb337e9232502a979a64f3c78aee82b8c5e8375 (diff)
downloadscintilla-mirror-cce3c51c612eb0c78bdc25fdd443858b458e0966.tar.gz
Fix typos in comments (src)
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
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;