1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

pyglue: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-12-12 19:27:17 +13:00 committed by Andrew Bartlett
parent 6369f2cf1b
commit 9ed2544d9f

View 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,