summaryrefslogtreecommitdiff
path: root/doc/pcre2demo.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2demo.3')
-rw-r--r--doc/pcre2demo.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pcre2demo.3 b/doc/pcre2demo.3
index 0d30145..37f5874 100644
--- a/doc/pcre2demo.3
+++ b/doc/pcre2demo.3
@@ -215,8 +215,8 @@ if (rc < 0)
return 1;
}
-/* Match succeded. Get a pointer to the output vector, where string offsets are
-stored. */
+/* Match succeeded. Get a pointer to the output vector, where string offsets
+are stored. */
ovector = pcre2_get_ovector_pointer(match_data);
printf("Match succeeded at offset %d\en", (int)ovector[0]);
@@ -453,7 +453,7 @@ for (;;)
return 1;
}
- /* Match succeded */
+ /* Match succeeded */
printf("\enMatch succeeded again at offset %d\en", (int)ovector[0]);