We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1280674 commit bd7d877Copy full SHA for bd7d877
src/os_regex/examples/regex_str.c
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
24
}
25
26
/* If the compilation failed, we don't need to free anything.
27
- * We are passing the OS_RETURN_SUBSTRING because we wan't the
+ * We are passing the OS_RETURN_SUBSTRING because we want the
28
* substrings back.
29
*/
30
if (OSRegex_Compile(argv[1], ®, OS_RETURN_SUBSTRING)) {
0 commit comments