From 9ed2544d9fa658847aef7edf781624dd9cb4f650 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 12 Dec 2023 19:27:17 +1300 Subject: [PATCH] pyglue: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/pyglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3