summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2022-04-01 10:07:47 +0300
committerJeremy Allison <jra@samba.org>2022-06-10 18:12:33 +0000
commit17c733d946af693f28f3f55bc2a5369c87a932e0 (patch)
treeb37963570458f0e5f751004bbdc7c3c70cd64b48 /python
parent6f3e03a6e3404bcdd80e9a867588af5ccc2b2526 (diff)
downloadsamba-17c733d946af693f28f3f55bc2a5369c87a932e0.tar.gz
samba-17c733d946af693f28f3f55bc2a5369c87a932e0.tar.bz2
samba-17c733d946af693f28f3f55bc2a5369c87a932e0.zip
spelling: connnect encrytion exisit expection explicit invalide missmatch paramater paramter partion privilige relase reponse seperate unkown verson authencication progagated
Tree-wide spellcheck for some common misspellings. source3/utils/status.c has misspelled local variable (unkown_dialect). "missmatch" is a known historical misspelling, only the incorrect misspellings are fixed. source3/locale/net/de.po has the spelling error (unkown) in two msgids - it probably should be updated with current source. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'python')
-rwxr-xr-xpython/samba/tests/smb-notify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/smb-notify.py b/python/samba/tests/smb-notify.py
index 2f42263be25..c06eabe30c7 100755
--- a/python/samba/tests/smb-notify.py
+++ b/python/samba/tests/smb-notify.py
@@ -295,14 +295,14 @@ class SMBNotifyTests(TestCase):
set_secinfo = security.SECINFO_GROUP | security.SECINFO_DACL | security.SECINFO_PROTECTED_DACL
smb_helper.set_acl(private_path, private_path_sd_new, sinfo=set_secinfo)
- # setup notification request as priviliged user
+ # setup notification request as privileged user
monitor_priv_fnum = self.smb_conn.create(Name=monitor_path, ShareAccess=1)
notify_priv = self.smb_conn.notify(fnum=monitor_priv_fnum,
buffer_size=0xffff,
completion_filter=libsmb.FILE_NOTIFY_CHANGE_ALL,
recursive=True)
- # setup notification request as unpriviliged user
+ # setup notification request as unprivileged user
monitor_unpriv_fnum = self.smb_conn_unpriv.create(Name=monitor_path, ShareAccess=1)
notify_unpriv = self.smb_conn_unpriv.notify(fnum=monitor_unpriv_fnum,
buffer_size=0xffff,