X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flib%2Fkrb5%2Fkrb%2Fwalk_rtree.c;h=bb5ca085d8244e132f6edd077bf653bce682433d;hb=c2f234c139894aebb32be1238c052b33d03ec2e9;hp=4074fe8881a6a3f6ac7b785c2680ecca3484d648;hpb=5218de8a2a1c8797fea608e55fa0097fff0e1f34;p=platform%2Fupstream%2Fkrb5.git diff --git a/src/lib/krb5/krb/walk_rtree.c b/src/lib/krb5/krb/walk_rtree.c index 4074fe8..bb5ca08 100644 --- a/src/lib/krb5/krb/walk_rtree.c +++ b/src/lib/krb5/krb/walk_rtree.c @@ -174,7 +174,7 @@ cleanup: /* ANL - Modified to allow Configurable Authentication Paths. * This modification removes the restriction on the choice of realm * names, i.e. they nolonger have to be hierarchical. This - * is allowed by RFC 1510: "If a hierarchical orginization is not used + * is allowed by RFC 1510: "If a hierarchical organization is not used * it may be necessary to consult some database in order to construct * an authentication path between realms." The database is contained * in the [capaths] section of the krb5.conf file. @@ -184,8 +184,8 @@ cleanup: * entries if the same krb5.conf is used for clients and servers) * * for example: ESnet will be running a KDC which will share - * inter-realm keys with its many orginizations which include among - * other ANL, NERSC and PNL. Each of these orginizations wants to + * inter-realm keys with its many organizations which include among + * other ANL, NERSC and PNL. Each of these organizations wants to * use its DNS name in the realm, ANL.GOV. In addition ANL wants * to authenticatite to HAL.COM via a K5.MOON and K5.JUPITER * A [capaths] section of the krb5.conf file for the ANL.GOV clients @@ -221,9 +221,9 @@ cleanup: * * This version of the Configurable Authentication Path modification * differs from the previous versions prior to K5 beta 5 in that - * the profile routines are used, and the explicite path from - * client's realm to server's realm must be given. The modifications - * will work together. + * the profile routines are used, and the explicit path from client's + * realm to server's realm must be given. The modifications will work + * together. * DEE - 5/23/95 */