diff options
| author | Mathieu Parent <math.parent@gmail.com> | 2018-05-04 22:24:00 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-12 02:09:27 +0200 |
| commit | 66a9b5345799846641069286b3db75feec1542b0 (patch) | |
| tree | 8c2f93b0e9d196819220bbbaddd4caf38c2fe3ad /python | |
| parent | c55248bbbcd0c1f9fbdeccf508900fc0d1dc9ce9 (diff) | |
| download | samba-66a9b5345799846641069286b3db75feec1542b0.tar.gz samba-66a9b5345799846641069286b3db75feec1542b0.tar.bz2 samba-66a9b5345799846641069286b3db75feec1542b0.zip | |
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>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/netcmd/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
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". |
