fix spelling of "canonicalize"
authorMark Eichin <eichin@mit.edu>
Wed, 16 Aug 1995 01:54:09 +0000 (01:54 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 16 Aug 1995 01:54:09 +0000 (01:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6534 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kprop.c

index a300ef303e3396a7378faf87b0e944fa31339b07..34607e30938b29cdc35d372b24160f9d6e476ee9 100644 (file)
@@ -223,7 +223,7 @@ void get_tickets(context)
        }
        /* get canonicalized  service instance name */
        if (!(hp = gethostbyname(my_host_name))) {
-               fprintf(stderr, "Couldn't get my cannonicalized host name!\n");
+               fprintf(stderr, "Couldn't get my canonicalized host name!\n");
                exit(1);
        }
        for (cp=hp->h_name; *cp; cp++)
@@ -262,7 +262,7 @@ void get_tickets(context)
        memset((char *)&creds, 0, sizeof(creds));
        if (!(hp = gethostbyname(slave_host))) {
                fprintf(stderr,
-                       "Couldn't get cannonicalized name for slave\n");
+                       "Couldn't get canonicalized name for slave\n");
                exit(1);
        }
        for (cp=hp->h_name; *cp; cp++)