fix up error message
authorJohn Kohl <jtkohl@mit.edu>
Thu, 10 May 1990 16:01:57 +0000 (16:01 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 10 May 1990 16:01:57 +0000 (16:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@825 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/kinit.c

index 26cc0a5be1536e7909291eda388af48b8f4fdeba..93748b19129ea5d2aa7409e758c20a0ef405553b 100644 (file)
@@ -163,7 +163,7 @@ main(argc, argv)
                                         ccache,
                                         &my_creds);
     if (code != 0) {
-       com_err (argv[0], code, "getting initial credentials");
+       com_err (argv[0], code, "while getting initial credentials");
        exit(1);
     }
     exit(0);