You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/08/01 10:00:04 UTC

[2/2] mesos git commit: Fixed a typo in "launcher/executor.cpp".

Fixed a typo in "launcher/executor.cpp".

Review: https://reviews.apache.org/r/49554/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7864eb86
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7864eb86
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7864eb86

Branch: refs/heads/master
Commit: 7864eb860cc5b6d12c4af968e85640613dc34f1d
Parents: 9eea59e
Author: haosdent huang <ha...@gmail.com>
Authored: Mon Aug 1 11:59:00 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Aug 1 11:59:00 2016 +0200

----------------------------------------------------------------------
 src/launcher/executor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7864eb86/src/launcher/executor.cpp
----------------------------------------------------------------------
diff --git a/src/launcher/executor.cpp b/src/launcher/executor.cpp
index b775931..9333dc0 100644
--- a/src/launcher/executor.cpp
+++ b/src/launcher/executor.cpp
@@ -433,7 +433,7 @@ protected:
           .onAny([](const Future<Nothing>& future) {
             // Only possible to be a failure.
             if (future.isFailed()) {
-              cerr << "Healh check failed" << endl;
+              cerr << "Health check failed" << endl;
             }
           });
       }