[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system/3707:
- To: gnats@openbsd.org
- Subject: system/3707:
- From: Marek Blaszkowski <mb@kis.p.lodz.pl>
- Date: Tue, 9 Mar 2004 17:45:45 +0100 (CET)
- Resent-Date: Tue, 9 Mar 2004 10:00:03 -0700 (MST)
- Resent-From: gnats@cvs.openbsd.org (GNATS Filer)
- Resent-Message-Id: <200403091700.i29H03hK014215@cvs.openbsd.org>
- Resent-Reply-To: gnats@cvs.openbsd.org,Marek Blaszkowski <mb@kis.p.lodz.pl>
- Resent-To: bugs@cvs.openbsd.org
>Number: 3707
>Category: system
>Synopsis:
>Confidential: yes
>Severity: non-critical
>Priority: low
>Responsible: bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 09 17:00:02 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Marek Blaszkowski
>Release:
>Organization:
>Environment:
System : OpenBSD 3.4
Architecture: OpenBSD.i386
Machine : i386
>Description:
a typo in edquota.c
>How-To-Repeat:
>Fix:
--- /usr/src/usr.sbin/edquota/edquota.c Tue Mar 9 17:32:06 2004
+++ /usr/src/usr.sbin/edquota/edquota.c Tue Mar 9 17:32:07 2004
@@ -520,7 +520,7 @@
if (dqblk.dqb_curblocks == qup->dqblk.dqb_curblocks &&
dqblk.dqb_curinodes == qup->dqblk.dqb_curinodes)
break;
- warnx("%s: cannot change current allocationn", fsp);
+ warnx("%s: cannot change current allocation", fsp);
break;
}
}
>Release-Note:
>Audit-Trail:
>Unformatted: