summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2007-04-10 16:24:46 +0000
committerpixel <pixel>2007-04-10 16:24:46 +0000
commit6b8352135b9c1d3e1ac2ca9fcb49f370ac4ab5a3 (patch)
treee42f4138c4c06ce7bec30ebab05168a6bb5a286e
parente4eae2a44dd10167e1ae6f7b57fb4ea6e1772612 (diff)
Grammatical fix :)
-rw-r--r--lib/HttpServ.cc2
1 files changed, 1 insertions, 1 deletions
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");
}
}
}