1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

pyglue: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-05-17 13:52:05 +12:00 committed by Andrew Bartlett
parent 7e32c7655d
commit 98fcd47451

View File

@ -100,7 +100,7 @@ static PyObject *py_generate_random_machine_password(PyObject *self, PyObject *a
/*
* The real range checks happens in
* generate_random_machine_password().
* Here we are just filter out any negative numbers.
* Here we just filter out any negative numbers.
*/
PyErr_Format(PyExc_ValueError,
"invalid range: %zd - %zd",