From 6b8352135b9c1d3e1ac2ca9fcb49f370ac4ab5a3 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Apr 2007 16:24:46 +0000 Subject: Grammatical fix :) --- lib/HttpServ.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc index 402c4a8..1105745 100644 --- a/lib/HttpServ.cc +++ b/lib/HttpServ.cc @@ -177,7 +177,7 @@ int ProcessRequest::Do() throw(GeneralException) { } catch (IOGeneral e) { ShowError(&b); - std::cerr << _("File not found, error showed.\n"); + std::cerr << _("File not found, error shown.\n"); } } } -- cgit v1.2.3