libgpo: typo credentaials -> credentials
authorGarming Sam <garming@catalyst.net.nz>
Tue, 21 Nov 2017 21:58:55 +0000 (10:58 +1300)
committerJeremy Allison <jra@samba.org>
Fri, 15 Dec 2017 20:43:18 +0000 (21:43 +0100)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
libgpo/pygpo.c

index fba0e342c7f6068a04ed1ea3c6de18c4d04e230c..46063b4eb4d8d0bd16bf604622fdcec37db34276 100644 (file)
@@ -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;
                }