diff options
| author | Andreas Schneider <asn@samba.org> | 2023-07-05 11:05:09 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2023-07-13 05:41:36 +0000 |
| commit | bb0297dadc537022a1002743d2858b48db2ea1d4 (patch) | |
| tree | 56ce574d6b9057205af26f7c9bef009cdf985af2 /python/samba | |
| parent | 3d4235eb606b486b59a2a468a35809aec8a81b52 (diff) | |
| download | samba-bb0297dadc537022a1002743d2858b48db2ea1d4.tar.gz samba-bb0297dadc537022a1002743d2858b48db2ea1d4.tar.bz2 samba-bb0297dadc537022a1002743d2858b48db2ea1d4.zip | |
python: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/dbchecker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py index 419f57acfba..84513694fab 100644 --- a/python/samba/dbchecker.py +++ b/python/samba/dbchecker.py @@ -1306,7 +1306,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base))) self.report("ERROR: Duplicate forward link values for attribute '%s' in '%s'" % (attrname, obj.dn)) for m in missing_forward_links: self.report("Missing link '%s'" % (m)) - if not self.confirm_all("Schedule readding missing forward link for attribute %s" % attrname, + if not self.confirm_all("Schedule re-adding missing forward link for attribute %s" % attrname, 'fix_all_missing_forward_links'): self.err_orphaned_backlink(m.dn, reverse_link_name, obj.dn.extended_str(), obj.dn, |
