]> andersk Git - moira.git/commitdiff
fix duplicate error message and spelling of privilege
authormar <mar>
Sat, 17 Mar 1990 00:10:01 +0000 (00:10 +0000)
committermar <mar>
Sat, 17 Mar 1990 00:10:01 +0000 (00:10 +0000)
db/newmoira.qc

index 10471b70547bb6bc54c56fef7bfb38bd71e0d5ac..6cc61ef967dc511959e1f84e9c8665948af12e0b 100644 (file)
@@ -214,7 +214,7 @@ char **argv;
     }
 ##  append nfsphys (device = "/dev/null")
     if (ingres_errno) {
-       printf("Unable to install 0 filesys\n");
+       printf("Unable to install 0 nfsphys\n");
        exit(1);
     }
 
@@ -236,7 +236,7 @@ char **argv;
        exit(1);
     }
 
-    /* Priveleged users */
+    /* Privileged users */
 ##  append users (login = "root", users_id = 2, potype="NONE")
     if (ingres_errno) {
        printf("Unable to install root user\n");
@@ -248,7 +248,7 @@ char **argv;
        exit(1);
     }
 
-    printf("What is the name of a priveleged user: ");
+    printf("What is the name of a privileged user: ");
     fflush(stdout);
     gets(buffer);
     user = buffer;
This page took 0.082066 seconds and 5 git commands to generate.