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 | 5e1f3c9b721f436cd60961af3df53734f10deedf (patch) | |
| tree | 36499b447ce0b871aafdd1bd23716b120d70ed27 /src/RESearch.cxx | |
| parent | 46d00d15940a78ba6cd5fb5b884e08d0394c3abe (diff) | |
| download | scintilla-mirror-5e1f3c9b721f436cd60961af3df53734f10deedf.tar.gz | |
Fix spelling mistakes.
Diffstat (limited to 'src/RESearch.cxx')
| -rw-r--r-- | src/RESearch.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx index dd9cb75af..a682016bc 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -139,7 +139,7 @@ * W: any char except alphanumeric & underscore (see above) * * [12] \xHH a backslash followed by x and two hexa digits, - * becomes the character whose Ascii code is equal + * becomes the character whose ASCII code is equal * to these digits. If not followed by two digits, * it is 'x' char itself. * @@ -350,7 +350,7 @@ int RESearch::GetBackslashExpression( int &incr) noexcept { // Since error reporting is primitive and messages are not used anyway, // I choose to interpret unexpected syntax in a logical way instead - // of reporting errors. Otherwise, we can stick on, eg., PCRE behavior. + // of reporting errors. Otherwise, we can stick on, eg., PCRE behaviour. incr = 0; // Most of the time, will skip the char "naturally". int c; int result = -1; |
