From: Mathieu Parent Date: Thu, 29 Aug 2019 19:28:41 +0000 (+0200) Subject: Spelling fixes s/tempates/templates/ X-Git-Tag: tevent-0.10.1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb4515aff3751d38fb706c6024e3bf1c044da48;p=thirdparty%2Fsamba.git Spelling fixes s/tempates/templates/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- 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,