diff options
author | pixel <pixel> | 2007-04-10 16:24:46 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-04-10 16:24:46 +0000 |
commit | 6b8352135b9c1d3e1ac2ca9fcb49f370ac4ab5a3 (patch) | |
tree | e42f4138c4c06ce7bec30ebab05168a6bb5a286e /lib | |
parent | e4eae2a44dd10167e1ae6f7b57fb4ea6e1772612 (diff) |
Grammatical fix :)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/HttpServ.cc | 2 |
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"); } } } |