Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/restore Fix grammar in a line of output.
details: https://anonhg.NetBSD.org/src/rev/19abdcf7a7d2
branches: trunk
changeset: 754796:19abdcf7a7d2
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Wed May 12 21:21:59 2010 +0000
description:
Fix grammar in a line of output.
>From Hywel Mallett via FreeBSD.
diffstat:
sbin/restore/symtab.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8f6c6e6f2a50 -r 19abdcf7a7d2 sbin/restore/symtab.c
--- a/sbin/restore/symtab.c Wed May 12 20:58:52 2010 +0000
+++ b/sbin/restore/symtab.c Wed May 12 21:21:59 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: symtab.c,v 1.25 2009/04/07 12:38:12 lukem Exp $ */
+/* $NetBSD: symtab.c,v 1.26 2010/05/12 21:21:59 mbalmer Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: symtab.c,v 1.25 2009/04/07 12:38:12 lukem Exp $");
+__RCSID("$NetBSD: symtab.c,v 1.26 2010/05/12 21:21:59 mbalmer Exp $");
#endif
#endif /* not lint */
@@ -456,7 +456,7 @@
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) {
Home |
Main Index |
Thread Index |
Old Index