summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
}
}