s4:heimdal: fix use of a non-existent word (existant)
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:50:22 +0000 (17:50 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:44 +0000 (07:21 +0200)
source4/heimdal/lib/krb5/fcache.c

index 731f2934146b215af029824939e93517d151b2e2..781d4f004078e0fb054f0d5ad93c0a7b621f8bdf 100644 (file)
@@ -925,7 +925,7 @@ fcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id)
            return ret;
        fn = expandedfn;
     }
-    /* check if file exists, don't return a non existant "next" */
+    /* check if file exists, don't return a non existent "next" */
     if (strncasecmp(fn, "FILE:", 5) == 0) {
        struct stat sb;
        ret = stat(fn + 5, &sb);