From: Mathieu Parent Date: Fri, 4 May 2018 20:24:00 +0000 (+0200) Subject: Fix spelling s/succesfully/successfully/ X-Git-Tag: ldb-1.4.0~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66a9b5345799846641069286b3db75feec1542b0;p=thirdparty%2Fsamba.git Fix spelling s/succesfully/successfully/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/ctdb/common/sock_daemon.c b/ctdb/common/sock_daemon.c index 7554cd6da07..a56057b3e0b 100644 --- a/ctdb/common/sock_daemon.c +++ b/ctdb/common/sock_daemon.c @@ -689,7 +689,7 @@ static void sock_daemon_run_startup_done(struct tevent_req *subreq) return; } - D_NOTICE("startup completed succesfully\n"); + D_NOTICE("startup completed successfully\n"); status = sock_daemon_run_socket_listen(req); if (! status) { diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user.py index dfe167d8c7d..1e2e040e934 100644 --- a/python/samba/netcmd/user.py +++ b/python/samba/netcmd/user.py @@ -1605,7 +1605,7 @@ following dirsyncAttributes: userPrincipalName and userAccountControl. It recovers from LDAP disconnects and updates the cache in conservative way -(in single steps after each succesfully processed change). An error from +(in single steps after each successfully processed change). An error from the script (specified by '--script') will result in fatal error and this command will exit. But the cache state should be still valid and can be resumed in the next "Sync Loop Run". diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 1186918a7f2..9e15af1916d 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -1555,7 +1555,7 @@ static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx, * @param pp_smb_fname The final converted name will be allocated if the * return is NT_STATUS_OK. * - * @return NT_STATUS_OK if all operations completed succesfully, appropriate + * @return NT_STATUS_OK if all operations completed successfully, appropriate * error otherwise. */ static NTSTATUS filename_convert_internal(TALLOC_CTX *ctx,