From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: python/samba/upgradehelpers.py: typo fixes X-Git-Tag: talloc-2.3.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ffb9388ec39514a24ca87391ffe715db68db88;p=thirdparty%2Fsamba.git python/samba/upgradehelpers.py: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/python/samba/upgradehelpers.py b/python/samba/upgradehelpers.py index 8e9f6d6a844..32e7ae263a6 100644 --- a/python/samba/upgradehelpers.py +++ b/python/samba/upgradehelpers.py @@ -767,7 +767,7 @@ def findprovisionrange(samdb, basedn): def print_provision_ranges(dic, limit_print, dest, samdb_path, invocationid): """ print the differents ranges passed as parameter - :param dic: A dictionnary as returned by findprovisionrange + :param dic: A dictionary as returned by findprovisionrange :param limit_print: minimum number of object in a range in order to print it :param dest: Destination directory :param samdb_path: Path to the sam.ldb file