From: Garming Sam Date: Tue, 21 Nov 2017 21:58:55 +0000 (+1300) Subject: libgpo: typo credentaials -> credentials X-Git-Tag: talloc-2.1.11~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb29ccca722f887a1e29dcea72de1eb4037e01d8;p=thirdparty%2Fsamba.git libgpo: typo credentaials -> credentials Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- 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; }