Spelling fixes s/tempates/templates/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:28:41 +0000 (21:28 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:25 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/param/pyparam.c

index d29bb0750484b39e8ef58524e419512b87909cc7..a251b024ebb46998134de6c5d1db866bb833518e 100644 (file)
@@ -643,7 +643,7 @@ static PyMethodDef pyparam_methods[] = {
        { "default_path", (PyCFunction)py_default_path, METH_NOARGS,
                "Returns the default smb.conf path." },
        { "setup_dir", (PyCFunction)py_setup_dir, METH_NOARGS,
-               "Returns the compiled in location of provision tempates." },
+               "Returns the compiled in location of provision templates." },
        { "modules_dir", (PyCFunction)py_modules_dir, METH_NOARGS,
                "Returns the compiled in location of modules." },
        { "bin_dir", (PyCFunction)py_bin_dir, METH_NOARGS,