aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/51 run target/helloprinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/51 run target/helloprinter.c')
-rw-r--r--test cases/common/51 run target/helloprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/51 run target/helloprinter.c b/test cases/common/51 run target/helloprinter.c
index 4a6e0ac..dbbe82f 100644
--- a/test cases/common/51 run target/helloprinter.c
+++ b/test cases/common/51 run target/helloprinter.c
@@ -2,7 +2,7 @@
int main(int argc, char **argv) {
if(argc != 2) {
- printf("I can not haz argument.\n");
+ printf("I cannot haz argument.\n");
return 1;
} else {
printf("I can haz argument: %s\n", argv[1]);