Skip to content
Snippets Groups Projects
Commit 3ad0ed83 authored by ch's avatar ch
Browse files

Corrected the spelling of ``specify.''

parent 409abc77
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.c,v 1.1 1990/02/24 19:37:18 wlott Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.c,v 1.2 1990/03/10 20:38:58 ch Exp $ */
/* Lisp kernel core debugger */
#include <stdio.h>
......@@ -51,7 +51,7 @@ char *argp[];
while ((arg = *++argptr) != NULL) {
if (strcmp(arg, "-core") == 0) {
if (core != NULL) {
fprintf(stderr, "can only spesify one core file.\n");
fprintf(stderr, "can only specify one core file.\n");
exit(1);
}
core = *++argptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment