1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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>
This commit is contained in:
Mathieu Parent 2019-08-29 21:28:41 +02:00 committed by Andrew Bartlett
parent a1d839f7ce
commit 2bb4515aff

View 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,