spelling error in error message
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 25 Mar 1985 09:08:20 +0000 (01:08 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 25 Mar 1985 09:08:20 +0000 (01:08 -0800)
SCCS-vsn: sbin/newfs/mkfs.c 2.18

usr/src/sbin/newfs/mkfs.c

index 2215f06..53cb8c2 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)mkfs.c      2.17 (Berkeley) %G%";
+static char *sccsid = "@(#)mkfs.c      2.18 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -328,7 +328,7 @@ main(argc, argv)
                    "Warning: insufficient space in super block for\n",
                    "rotational layout tables with nsect", sblock.fs_nsect,
                    "and ntrak", sblock.fs_ntrak,
                    "Warning: insufficient space in super block for\n",
                    "rotational layout tables with nsect", sblock.fs_nsect,
                    "and ntrak", sblock.fs_ntrak,
-                   "\nFile system performance may be impaired.\n");
+                   "\nFile system performance may be impared.\n");
                sblock.fs_cpc = 0;
                goto next;
        }
                sblock.fs_cpc = 0;
                goto next;
        }