mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +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:
committed by
Andrew Bartlett
parent
a1d839f7ce
commit
2bb4515aff
@ -643,7 +643,7 @@ static PyMethodDef pyparam_methods[] = {
|
|||||||
{ "default_path", (PyCFunction)py_default_path, METH_NOARGS,
|
{ "default_path", (PyCFunction)py_default_path, METH_NOARGS,
|
||||||
"Returns the default smb.conf path." },
|
"Returns the default smb.conf path." },
|
||||||
{ "setup_dir", (PyCFunction)py_setup_dir, METH_NOARGS,
|
{ "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,
|
{ "modules_dir", (PyCFunction)py_modules_dir, METH_NOARGS,
|
||||||
"Returns the compiled in location of modules." },
|
"Returns the compiled in location of modules." },
|
||||||
{ "bin_dir", (PyCFunction)py_bin_dir, METH_NOARGS,
|
{ "bin_dir", (PyCFunction)py_bin_dir, METH_NOARGS,
|
||||||
|
Reference in New Issue
Block a user