aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-build-result.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-22 16:52:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-22 16:52:33 +0300
commitc2a0ae3e226d1cedceb2a7814c8adfbbfbd7afe1 (patch)
treeb08890a6ce1ada42e2ae6693eb7c078e8cb221bf /mod/mod-build-result.cxx
parentfeeb467c1a9142bf09fc54fbc5dcc5239d647c78 (diff)
Build result email text minor fix
Diffstat (limited to 'mod/mod-build-result.cxx')
-rw-r--r--mod/mod-build-result.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx
index 21e1de6..042114d 100644
--- a/mod/mod-build-result.cxx
+++ b/mod/mod-build-result.cxx
@@ -401,7 +401,7 @@ handle (request& rq, response&)
{to});
if (b->results.empty ())
- sm.out << "No operations results available." << endl;
+ sm.out << "No operation results available." << endl;
else
{
const string& host (options_->host ());