Skip to content

Commit

Permalink
capi: fix typo test message
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jul 22, 2020
1 parent b4d9175 commit 26f7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-capi/ctest/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ bool test_captures() {
if (DEBUG) {
fprintf(stderr,
"[test_captures] "
"expected capture group lenght to be %zd, but "
"expected capture group length to be %zd, but "
"got %zd\n",
expect_captures_len, captures_len);
}
Expand Down

0 comments on commit 26f7318

Please sign in to comment.