diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index b7eff268e65..3e523351924 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -443,7 +443,7 @@ dumpsymtable(char *filename, long checkpt) FILE *fd; struct symtableheader hdr; - vprintf(stdout, "Check pointing the restore\n"); + vprintf(stdout, "Checkpointing the restore\n"); if (Nflag) return; if ((fd = fopen(filename, "w")) == NULL) {