]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pyglue: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 12 Dec 2023 06:27:17 +0000 (19:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 20:21:34 +0000 (20:21 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/pyglue.c

index 5e50ac331cc7799090f8b61bb378c6d47243dcc6..acd995b65104a0b29725d4680e959e21fc7fa3ce 100644 (file)
@@ -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,