From 44800a769b99599db7620779e2142b1161c694fc Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Sun, 11 May 2014 20:33:11 +0200 Subject: [PATCH] typo --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 2374ad49..277ba305 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -13674,7 +13674,7 @@ void show_forgot_pwd_page(LOGBOOK * lbs) getcfg(lbs->name, "Authentication", str, sizeof(str)); if (stristr(str, "Kerberos")|| stristr(str, "Webserver")) { show_error - ("This installation of ELOG uses site authentification\nwhere password recovery is not possible"); + ("This installation of ELOG uses site authentication\nwhere password recovery is not possible"); return; }