Skip to content

Commit bd7d877

Browse files
committed
spelling: want
1 parent 1280674 commit bd7d877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os_regex/examples/regex_str.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
2424
}
2525

2626
/* If the compilation failed, we don't need to free anything.
27-
* We are passing the OS_RETURN_SUBSTRING because we wan't the
27+
* We are passing the OS_RETURN_SUBSTRING because we want the
2828
* substrings back.
2929
*/
3030
if (OSRegex_Compile(argv[1], &reg, OS_RETURN_SUBSTRING)) {

0 commit comments

Comments
 (0)