summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:59:36 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commitbca0d8ee673b86d374840591002229783c06128d (patch)
treed7fc71ba26010ac33877bc1bdc7d234103048b35 /source4/scripting/bin
parentdb3dd6fb5fd4869beedc2bb65570ef36e93f4ad9 (diff)
downloadsamba-bca0d8ee673b86d374840591002229783c06128d.tar.gz
Correct "defered" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-xsource4/scripting/bin/samba_upgradeprovision2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision
index ccfc578281f..99e97b7f28f 100755
--- a/source4/scripting/bin/samba_upgradeprovision
+++ b/source4/scripting/bin/samba_upgradeprovision
@@ -1504,7 +1504,7 @@ def sync_calculated_attributes(samdb, names):
# The object is reappended at the end of the list to be created later
# (and preferably after all the needed object have been created)
# The function keeps on looping on the list of object to be created until
-# it's empty or that the number of defered creation is equal to the number
+# it's empty or that the number of deferred creation is equal to the number
# of object that still needs to be created.
# The function add_missing_object will first check if the object can be created.