From: Joseph Sutton Date: Tue, 12 Dec 2023 06:27:17 +0000 (+1300) Subject: pyglue: Fix code spelling X-Git-Tag: talloc-2.4.2~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ed2544d9fa658847aef7edf781624dd9cb4f650;p=thirdparty%2Fsamba.git pyglue: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/pyglue.c b/python/pyglue.c index 5e50ac331cc..acd995b6510 100644 --- a/python/pyglue.c +++ b/python/pyglue.c @@ -572,7 +572,7 @@ static PyMethodDef py_misc_methods[] = { { "is_ntvfs_fileserver_built", (PyCFunction)py_is_ntvfs_fileserver_built, METH_NOARGS, "is the NTVFS file server built in this installation?" }, { "is_heimdal_built", (PyCFunction)py_is_heimdal_built, METH_NOARGS, - "is Samba built with Heimdal Kerberbos?" }, + "is Samba built with Heimdal Kerberos?" }, { "generate_random_bytes", (PyCFunction)py_generate_random_bytes, METH_VARARGS,