trawick 2003/04/22 06:48:27
Modified: test teststrmatch.c
Log:
spell-check
Revision Changes Path
1.5 +2 -2 apr-util/test/teststrmatch.c
Index: teststrmatch.c
===================================================================
RCS file: /home/cvs/apr-util/test/teststrmatch.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- teststrmatch.c 1 Jan 2003 00:02:22 -0000 1.4
+++ teststrmatch.c 22 Apr 2003 13:48:27 -0000 1.5
@@ -153,14 +153,14 @@
}
printf("OK\n");
- printf("testing invalid match with negative chars in intput string...");
+ printf("testing invalid match with negative chars in input string...");
if (apr_strmatch(pattern, input5, strlen(input5)) != NULL) {
printf("FAILED\n");
exit(1);
}
printf("OK\n");
- printf("testing valid match with negative chars in intput string...");
+ printf("testing valid match with negative chars in input string...");
if (apr_strmatch(pattern, input6, strlen(input6)) != input6 + 35) {
printf("FAILED\n");
exit(1);