summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_login.c')
-rw-r--r--python/environs/py_login.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/environs/py_login.c b/python/environs/py_login.c
index 0be80a5e..7ed92ce7 100644
--- a/python/environs/py_login.c
+++ b/python/environs/py_login.c
@@ -213,12 +213,12 @@ PyObject *login_build_request_msg(PyObject *self, PyObject *args) {
return (int_wrap(ret));
}
-PyObject *login_accespt_sso(PyObject *self, PyObject *args) {
+PyObject *login_accept_sso(PyObject *self, PyObject *args) {
PyObject *login_obj;
gint ret;
- if (CheckArgs(args, "O:login_accespt_sso")) {
- if(!PyArg_ParseTuple(args, (char *) "O:login_accespt_sso",
+ if (CheckArgs(args, "O:login_accept_sso")) {
+ if(!PyArg_ParseTuple(args, (char *) "O:login_accept_sso",
&login_obj))
return NULL;
}