From owner-svn-src-stable-7@FreeBSD.ORG Sun May 23 20:28:06 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F1A1065670; Sun, 23 May 2010 20:28:06 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C94E78FC20; Sun, 23 May 2010 20:28:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4NKS6SI082082; Sun, 23 May 2010 20:28:06 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4NKS6Ir082080; Sun, 23 May 2010 20:28:06 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201005232028.o4NKS6Ir082080@svn.freebsd.org> From: Christian Brueffer Date: Sun, 23 May 2010 20:28:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208471 - stable/7/sbin/restore X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 20:28:07 -0000 Author: brueffer Date: Sun May 23 20:28:06 2010 New Revision: 208471 URL: http://svn.freebsd.org/changeset/base/208471 Log: MFC: r207998 Fix grammar in a line of output. Modified: stable/7/sbin/restore/symtab.c Directory Properties: stable/7/sbin/restore/ (props changed) Modified: stable/7/sbin/restore/symtab.c ============================================================================== --- stable/7/sbin/restore/symtab.c Sun May 23 20:27:13 2010 (r208470) +++ stable/7/sbin/restore/symtab.c Sun May 23 20:28:06 2010 (r208471) @@ -443,7 +443,7 @@ dumpsymtable(char *filename, long checkp 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) {