Explorar o código

Change 'cannot' to 'can't'

Serj Kalichev %!s(int64=12) %!d(string=hai) anos
pai
achega
6090622add
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      bin/clish.c

+ 2 - 2
bin/clish.c

@@ -230,7 +230,7 @@ int main(int argc, char **argv)
 		outfd = fopen("/dev/null", "w");
 	shell = clish_shell_new(&my_hooks, NULL, NULL, outfd, stop_on_error);
 	if (!shell) {
-		fprintf(stderr, "Cannot run clish.\n");
+		fprintf(stderr, "Can't run clish.\n");
 		goto end;
 	}
 	/* Load the XML files */
@@ -290,7 +290,7 @@ int main(int argc, char **argv)
 	/* Execute startup */
 	running = clish_shell_startup(shell);
 	if (running) {
-		fprintf(stderr, "Cannot startup clish.\n");
+		fprintf(stderr, "Can't startup clish.\n");
 		goto end;
 	}