Repository: mesos
Updated Branches:
  refs/heads/master 7a5ec4987 -> be5b76bbd


Fixed a typo in subprocess.hpp.

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


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

Branch: refs/heads/master
Commit: cf71811164c29ee53ff0c8ff14cec899b1c9426e
Parents: 7a5ec49
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Mon Sep 19 20:52:06 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Sep 19 20:52:06 2016 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/posix/subprocess.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cf718111/3rdparty/libprocess/include/process/posix/subprocess.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/posix/subprocess.hpp 
b/3rdparty/libprocess/include/process/posix/subprocess.hpp
index 57f71d1..1e9a7b9 100644
--- a/3rdparty/libprocess/include/process/posix/subprocess.hpp
+++ b/3rdparty/libprocess/include/process/posix/subprocess.hpp
@@ -126,7 +126,7 @@ inline void signalHandler(int signal)
 }
 
 
-// Creates a seperate watchdog process to monitor the child process and
+// Creates a separate watchdog process to monitor the child process and
 // kill it in case the parent process dies.
 //
 // NOTE: This function needs to be async signal safe. In fact,

Reply via email to