Fix typo in error message
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 20 Jun 2012 12:34:19 +0000 (13:34 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 20 Jun 2012 12:34:19 +0000 (13:34 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
auth.c

diff --git a/auth.c b/auth.c
index e6870ce..5178e24 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -433,7 +433,7 @@ int parse_xml_response(struct openconnect_info *vpninfo, char *response,
        if (vpninfo->process_auth_form)
                ret = vpninfo->process_auth_form(vpninfo->cbdata, form);
        else {
-               vpn_progress(vpninfo, PRG_ERR, _("No form handler; cannot authentiate."));
+               vpn_progress(vpninfo, PRG_ERR, _("No form handler; cannot authenticate."));
                ret = 1;
        }
        if (ret)