MFC: r207998
Fix grammar in a line of output.
This commit is contained in:
parent
7272024088
commit
355b5becad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=208470
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user