From c2cd97a3d002fe554a0b9e701c2c828b1957ed86 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 15 Oct 2002 21:23:22 +0000 Subject: [PATCH] Spell 'set' as 'cleared' where appropriate. --- sbin/tunefs/tunefs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index fdd44e4a8d3..29a059a4947 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -249,7 +249,7 @@ again: name); } else { sblock.fs_flags &= ~FS_ACLS; - warnx("%s set", name); + warnx("%s clear", name); } } } @@ -291,7 +291,7 @@ again: name); } else { sblock.fs_flags &= ~FS_MULTILABEL; - warnx("%s set", name); + warnx("%s clear", name); } } }