diff options
author | Garming Sam <garming@catalyst.net.nz> | 2017-11-22 10:58:55 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-12-15 21:43:18 +0100 |
commit | cb29ccca722f887a1e29dcea72de1eb4037e01d8 (patch) | |
tree | 3ad5dea1de3b1360734665806fbb0fbef2337721 /libgpo/pygpo.c | |
parent | a194fb3821ab72b3d5fa9d9047cccd8fa415c4a5 (diff) | |
download | samba-cb29ccca722f887a1e29dcea72de1eb4037e01d8.tar.gz |
libgpo: typo credentaials -> credentials
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libgpo/pygpo.c')
-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; } |