diff options
author | drh <drh@noemail.net> | 2013-01-20 00:18:49 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2013-01-20 00:18:49 +0000 |
commit | afe1dd84afec84d5b84497b7bfc03fef7d0323ab (patch) | |
tree | 5a76b576ebb9e08fb05277b80e01d8f07bba263e /src/test_regexp.c | |
parent | b064dc33bc2fb2163a7a77cbfd830734e9f091ae (diff) | |
download | sqlite-afe1dd84afec84d5b84497b7bfc03fef7d0323ab.tar.gz sqlite-afe1dd84afec84d5b84497b7bfc03fef7d0323ab.zip |
Fix a typo in a comment in the test_regexp.c test file.
FossilOrigin-Name: 68346af70bc43baf791227a381e54f9aca802c72
Diffstat (limited to 'src/test_regexp.c')
-rw-r--r-- | src/test_regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_regexp.c b/src/test_regexp.c index 600043e9c..321417b88 100644 --- a/src/test_regexp.c +++ b/src/test_regexp.c @@ -378,7 +378,7 @@ static int re_hex(int c, int *pV){ } /* A backslash character has been seen, read the next character and -** return its intepretation. +** return its interpretation. */ static unsigned re_esc_char(ReCompiled *p){ static const char zEsc[] = "afnrtv\\()*.+?[$^{|}]"; |