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

[6/6] mesos git commit: CMake: Fixed typo in target comments.

CMake: Fixed typo in target comments.

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


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

Branch: refs/heads/master
Commit: 16ac8f93933d09c122674275e49305007599a649
Parents: 0c2166c
Author: haosdent huang <ha...@gmail.com>
Authored: Mon Aug 1 12:18:27 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Mon Aug 1 13:12:04 2016 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/16ac8f93/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake b/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
index d34ea40..497f610 100644
--- a/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
+++ b/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
@@ -157,7 +157,7 @@ set(
   MESOS_HEALTH_CHECK mesos-health-check
   CACHE STRING "Target for healt-check")
 
-# Define target for health-master.
+# Define target for master.
 set(
   MESOS_MASTER mesos-master
   CACHE STRING "Target for master")