summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/restore/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c
index b7eff26..3e52335 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) {
OpenPOWER on IntegriCloud