Skip to content

Commit 26f7318

Browse files
authored
capi: fix typo test message
PR rust-lang#695
1 parent b4d9175 commit 26f7318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-capi/ctest/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ bool test_captures() {
108108
if (DEBUG) {
109109
fprintf(stderr,
110110
"[test_captures] "
111-
"expected capture group lenght to be %zd, but "
111+
"expected capture group length to be %zd, but "
112112
"got %zd\n",
113113
expect_captures_len, captures_len);
114114
}

0 commit comments

Comments
 (0)