fix spelling error: editted => edited
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 29 Jul 1980 01:28:11 +0000 (17:28 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 29 Jul 1980 01:28:11 +0000 (17:28 -0800)
SCCS-vsn: usr.bin/sccs/sccs.c 1.19

usr/src/usr.bin/sccs/sccs.c

index c19b320..f54421b 100644 (file)
@@ -5,7 +5,7 @@
 # include <sysexits.h>
 # include <whoami.h>
 
 # include <sysexits.h>
 # include <whoami.h>
 
-static char SccsId[] = "@(#)sccs.c     1.18 %G%";
+static char SccsId[] = "@(#)sccs.c     1.19 %G%";
 
 # define bitset(bit, word)     ((bit) & (word))
 
 
 # define bitset(bit, word)     ((bit) & (word))
 
@@ -439,7 +439,7 @@ clean(really)
                if (pfp != NULL)
                {
                        while (fgets(pline, sizeof pline, pfp) != NULL)
                if (pfp != NULL)
                {
                        while (fgets(pline, sizeof pline, pfp) != NULL)
-                               printf("%12s: being editted: %s", basefile, pline);
+                               printf("%12s: being edited: %s", basefile, pline);
                        fclose(pfp);
                        gotedit = TRUE;
                        continue;
                        fclose(pfp);
                        gotedit = TRUE;
                        continue;
@@ -456,7 +456,7 @@ clean(really)
 
        fclose(dirfd);
        if (!gotedit && !really)
 
        fclose(dirfd);
        if (!gotedit && !really)
-               printf("Nothing being editted\n");
+               printf("Nothing being edited\n");
 }
 \f/*
 **  UNEDIT -- unedit a file
 }
 \f/*
 **  UNEDIT -- unedit a file
@@ -465,7 +465,7 @@ clean(really)
 **     the file and arranges that s/he is not editting it.
 **
 **     Parameters:
 **     the file and arranges that s/he is not editting it.
 **
 **     Parameters:
-**             fn -- the name of the file to be uneditted.
+**             fn -- the name of the file to be unedited.
 **
 **     Returns:
 **             none.
 **
 **     Returns:
 **             none.
@@ -509,7 +509,7 @@ unedit(fn)
        pfp = fopen(pfn, "r");
        if (pfp == NULL)
        {
        pfp = fopen(pfn, "r");
        if (pfp == NULL)
        {
-               printf("%12s: not being editted\n", fn);
+               printf("%12s: not being edited\n", fn);
                return;
        }
 
                return;
        }
 
@@ -573,7 +573,7 @@ unedit(fn)
        }
        else
        {
        }
        else
        {
-               printf("%12s: not being editted by you\n", fn);
+               printf("%12s: not being edited by you\n", fn);
        }
 }
 \f/*
        }
 }
 \f/*