s4:kdc: Fix typos
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 3 Apr 2023 04:56:56 +0000 (16:56 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 12 Apr 2023 13:52:31 +0000 (13:52 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/kdc/ad_claims.c

index 594b9792d9237ef4c6a45ec16792c45e6ffc444d..ad30683c03e719ece69ec8e76446e3761fa5d6ae 100644 (file)
@@ -130,7 +130,7 @@ static int fill_claim_int64(TALLOC_CTX *mem_ctx,
                        } else {
                                reason = "Unknown error";
                        }
-                       DBG_WARNING("Failed to intepret value %s as INT64 "
+                       DBG_WARNING("Failed to interpret value %s as INT64 "
                                    "while creating claim %s for attribute %s (%s); "
                                    "skipping value\n",
                                    (value->data != NULL) ? (const char *)value->data : "<unknown>",
@@ -182,7 +182,7 @@ static int fill_claim_uint64(TALLOC_CTX *mem_ctx,
                        } else {
                                reason = "Unknown error";
                        }
-                       DBG_WARNING("Failed to intepret value %s as UINT64 "
+                       DBG_WARNING("Failed to interpret value %s as UINT64 "
                                    "while creating claim %s for attribute %s (%s); "
                                    "skipping value\n",
                                    (value->data != NULL) ? (const char *)value->data : "<unknown>",
@@ -289,7 +289,7 @@ static int fill_claim_boolean(TALLOC_CTX *mem_ctx,
                        } else {
                                reason = "Unknown error";
                        }
-                       DBG_WARNING("Failed to intepret value %s as BOOL "
+                       DBG_WARNING("Failed to interpret value %s as BOOL "
                                    "while creating claim %s for attribute %s (%s); "
                                    "skipping value\n",
                                    (value->data != NULL) ? (const char *)value->data : "<unknown>",