Fix spelling s/succesfully/successfully/
authorMathieu Parent <math.parent@gmail.com>
Fri, 4 May 2018 20:24:00 +0000 (22:24 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:27 +0000 (02:09 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
ctdb/common/sock_daemon.c
python/samba/netcmd/user.py
source3/smbd/filename.c

index 7554cd6da0762791bcc6d954825401e0833acbeb..a56057b3e0b350d3e2a8ee7f0c95af2f28edadb2 100644 (file)
@@ -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) {
index dfe167d8c7d5fdee49c68391fc59c30039405661..1e2e040e934f1a83154eb28881d32d6c425b8316 100644 (file)
@@ -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".
index 1186918a7f23d3a442619239564d3ed9ac7476ee..9e15af1916d8deeed60595464224fed3eb17541c 100644 (file)
@@ -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,