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/03/30 10:53:39 UTC

[3/4] mesos git commit: Fixed a common typo in stout.

Fixed a common typo in stout.

Though common, "occured" is incorrect spelling.

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


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

Branch: refs/heads/master
Commit: d4e270f4fee1aacd5571c042dc5708ff145922ce
Parents: ddefe79
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Wed Mar 30 10:46:02 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Mar 30 10:50:58 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d4e270f4/3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp
index a6e6767..695fe66 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp
+++ b/3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp
@@ -88,7 +88,7 @@
 //
 // It's important to note that the process tree returned represents
 // the instant in time after the forking has completed but before
-// 'Exec', 'Wait' or 'exit(0)' has occured (i.e., the process tree
+// 'Exec', 'Wait' or 'exit(0)' has occurred (i.e., the process tree
 // will be complete).
 
 namespace os {