From 10a68f570866f186a7610641267fdc98ad887d69 Mon Sep 17 00:00:00 2001 From: Jennifer Sutton Date: Fri, 14 Feb 2025 16:21:45 +1300 Subject: [PATCH] python: Fix code spelling Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- python/samba/ntacls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/ntacls.py b/python/samba/ntacls.py index 5c4c4dc2c83..0ab92b91c43 100644 --- a/python/samba/ntacls.py +++ b/python/samba/ntacls.py @@ -507,7 +507,7 @@ def _read_ntacl_file(src): def backup_online(smb_conn, dest_tarfile_path, dom_sid): """ - Backup all files and dirs with ntacl for the serive behind smb_conn. + Backup all files and dirs with ntacl for the service behind smb_conn. 1. Create a temp dir as container dir 2. Backup all files with dir structure into container dir -- 2.47.3