Repository: mesos Updated Branches: refs/heads/master fd7376d95 -> 419900da2
Fix typo in comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/419900da Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/419900da Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/419900da Branch: refs/heads/master Commit: 419900da29006b897dce452820bac5e61a4d4dc4 Parents: fd7376d Author: Ian Downes <[email protected]> Authored: Fri May 22 13:32:38 2015 -0700 Committer: Ian Downes <[email protected]> Committed: Fri May 22 15:58:15 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/process.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/419900da/3rdparty/libprocess/include/process/process.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/process.hpp b/3rdparty/libprocess/include/process/process.hpp index 392c74d..79d1719 100644 --- a/3rdparty/libprocess/include/process/process.hpp +++ b/3rdparty/libprocess/include/process/process.hpp @@ -73,7 +73,7 @@ protected: size_t length = 0); // Links with the specified PID. Linking with a process from within - // the same "operating system process" is gauranteed to give you + // the same "operating system process" is guaranteed to give you // perfect monitoring of that process. However, linking with a // process on another machine might result in receiving lost // callbacks due to the nature of a distributed environment.
