aboutsummaryrefslogtreecommitdiff
path: root/src/test_regexp.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-01-20 00:18:49 +0000
committerdrh <drh@noemail.net>2013-01-20 00:18:49 +0000
commitafe1dd84afec84d5b84497b7bfc03fef7d0323ab (patch)
tree5a76b576ebb9e08fb05277b80e01d8f07bba263e /src/test_regexp.c
parentb064dc33bc2fb2163a7a77cbfd830734e9f091ae (diff)
downloadsqlite-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.c2
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\\()*.+?[$^{|}]";