mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:kdc: Fix typos
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
81bfa75257
commit
5459217bdd
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user