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:40 UTC

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

Fixed a common typo.

Though common, "occured" is incorrect spelling.


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

Branch: refs/heads/master
Commit: 9308a3b33bea712258722507aa8551691d9c3fc8
Parents: d4e270f
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Mar 30 10:49:00 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Mar 30 10:51:09 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9308a3b3/include/mesos/executor.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/executor.hpp b/include/mesos/executor.hpp
index 842e61c..10be62a 100644
--- a/include/mesos/executor.hpp
+++ b/include/mesos/executor.hpp
@@ -128,7 +128,7 @@ public:
   // TASK_FAILED, etc) a TASK_LOST status update will be created.
   virtual void shutdown(ExecutorDriver* driver) = 0;
 
-  // Invoked when a fatal error has occured with the executor and/or
+  // Invoked when a fatal error has occurred with the executor and/or
   // executor driver. The driver will be aborted BEFORE invoking this
   // callback.
   virtual void error(