You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/11/07 13:19:32 UTC

mesos git commit: Fixed typo in a comment in hooks.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master b64ab6c56 -> d7635434f


Fixed typo in a comment in hooks.hpp.

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


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

Branch: refs/heads/master
Commit: d7635434fb038344a51bfe02291d9a0109b3f009
Parents: b64ab6c
Author: Till Toenshoff <to...@me.com>
Authored: Mon Nov 7 14:19:09 2016 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Nov 7 14:19:09 2016 +0100

----------------------------------------------------------------------
 include/mesos/hook.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d7635434/include/mesos/hook.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/hook.hpp b/include/mesos/hook.hpp
index c8a5864..f0606e3 100644
--- a/include/mesos/hook.hpp
+++ b/include/mesos/hook.hpp
@@ -77,7 +77,7 @@ public:
   // launching a new executor. A module implementing the hook creates
   // and returns a set of environment variables. These environment
   // variables then become part of the executor's environment.
-  // Ideally, a hook module will also look at the exiting environment
+  // Ideally, a hook module will also look at the existing environment
   // variables in executorInfo and extend the values as needed in case
   // of a conflict.
   virtual Result<Environment> slaveExecutorEnvironmentDecorator(