uwrap: Fix a typo
authorAndreas Schneider <asn@samba.org>
Wed, 19 Jul 2017 10:14:15 +0000 (12:14 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 21 Jul 2017 15:19:28 +0000 (17:19 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
src/uid_wrapper.c

index 5e2b9ee612c79fd1e1fa25de04a127e625181def..8ed717ca4d1c2752cff3576965e6fc7512462f4b 100644 (file)
@@ -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)