aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/RESearch.cxx')
-rw-r--r--src/RESearch.cxx4
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;