mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Fix spelling s/succesfully/successfully/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
c55248bbbc
commit
66a9b53457
@ -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) {
|
||||
|
@ -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".
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user