summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:28:41 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:25 +0000
commit2bb4515aff3751d38fb706c6024e3bf1c044da48 (patch)
tree42e2acf10cd5465913e2b32a5714e3be9afbd1f9 /source4/param
parenta1d839f7cea8a3960969df36e772276b01a1e3ac (diff)
downloadsamba-2bb4515aff3751d38fb706c6024e3bf1c044da48.tar.gz
Spelling fixes s/tempates/templates/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/pyparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c
index d29bb075048..a251b024ebb 100644
--- a/source4/param/pyparam.c
+++ b/source4/param/pyparam.c
@@ -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,