diff options
-rw-r--r-- | libgpo/pygpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/pygpo.c b/libgpo/pygpo.c index fba0e342c7f..46063b4eb4d 100644 --- a/libgpo/pygpo.c +++ b/libgpo/pygpo.c @@ -166,7 +166,7 @@ static int py_ads_init(ADS *self, PyObject *args, PyObject *kwds) if (!py_check_dcerpc_type(py_creds, "samba.credentials", "Credentials")) { PyErr_Format(PyExc_TypeError, - "Expected samba.credentaials " + "Expected samba.credentials " "for credentials argument"); return -1; } |