aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-07-19 12:14:15 +0200
committerAndreas Schneider <asn@samba.org>2017-07-21 17:19:28 +0200
commit61139e06f4479d41bed166a0b2b6185d50a11dd3 (patch)
treebe216d37348b5ace1290bc37ec66fd5681133d2d
parent6568b531e58cb387a306c17f9c30ff599c30b81c (diff)
downloaduid_wrapper-61139e06f4479d41bed166a0b2b6185d50a11dd3.tar.gz
uid_wrapper-61139e06f4479d41bed166a0b2b6185d50a11dd3.tar.xz
uid_wrapper-61139e06f4479d41bed166a0b2b6185d50a11dd3.zip
uwrap: Fix a typo
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--src/uid_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uid_wrapper.c b/src/uid_wrapper.c
index 5e2b9ee..8ed717c 100644
--- a/src/uid_wrapper.c
+++ b/src/uid_wrapper.c
@@ -1162,7 +1162,7 @@ static void uwrap_init(void)
UWRAP_UNLOCK(uwrap_id);
- UWRAP_LOG(UWRAP_LOG_DEBUG, "Succeccfully initialized uid_wrapper");
+ UWRAP_LOG(UWRAP_LOG_DEBUG, "Successfully initialized uid_wrapper");
}
bool uid_wrapper_enabled(void)