From 6e8aa2396e0b2ef59f74cc97e109bbd14a395876 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 21 Nov 2005 22:30:23 +0000 Subject: Corrected some informal language in error messages (Jan Kara) Quota(1) has now -f option to specify a list of filesystems (Jan Kara) --- quotastats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quotastats.c') diff --git a/quotastats.c b/quotastats.c index 92ae9c7..7aaf8c9 100644 --- a/quotastats.c +++ b/quotastats.c @@ -10,7 +10,7 @@ * * Author: Marco van Wieringen * - * Version: $Id: quotastats.c,v 1.10 2002/06/16 19:00:46 jkar8572 Exp $ + * Version: $Id: quotastats.c,v 1.11 2005/11/21 22:30:23 jkar8572 Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -45,7 +45,7 @@ static int get_proc_num(char *name) sstrncat(namebuf, name, PATH_MAX); if (!(f = fopen(namebuf, "r"))) { - errstr(_("Can't read stat file %s: %s\n"), namebuf, strerror(errno)); + errstr(_("Cannot read stat file %s: %s\n"), namebuf, strerror(errno)); return -1; } fscanf(f, "%d", &ret); -- cgit v1.2.3