s4-kdc: Fix a typo
authorAndreas Schneider <asn@samba.org>
Thu, 16 Apr 2015 10:57:14 +0000 (12:57 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 21 Jul 2015 17:04:14 +0000 (19:04 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/kdc/db-glue.c

index aaac0ec7e397418753c111502e5ce4ed729f0c02..10d4737089c140c2a2823d31c089e4d5f6dd6c05 100644 (file)
@@ -962,7 +962,7 @@ static krb5_error_code samba_kdc_message2entry(krb5_context context,
                                           rid, is_rodc, userAccountControl,
                                           ent_type, entry_ex);
        if (ret) {
-               /* Could be bougus data in the entry, or out of memory */
+               /* Could be bogus data in the entry, or out of memory */
                goto out;
        }