From: David Woodhouse Date: Wed, 20 Jun 2012 12:34:19 +0000 (+0100) Subject: Fix typo in error message X-Git-Tag: v4.00~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=33eacad8ffedad11b568add9d39abd3225e8a5d3;p=users%2Fdwmw2%2Fopenconnect.git Fix typo in error message Signed-off-by: David Woodhouse --- diff --git a/auth.c b/auth.c index e6870ce1..5178e245 100644 --- 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)