You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/01/08 01:24:07 UTC

mesos git commit: Fixed typos in comments.

Repository: mesos
Updated Branches:
  refs/heads/master e1f99010e -> 4615f82b6


Fixed typos in comments.

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


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

Branch: refs/heads/master
Commit: 4615f82b6670fb3cdb47a5b17f161408da99a4c4
Parents: e1f9901
Author: Neil Conway <ne...@gmail.com>
Authored: Thu Jan 7 16:23:52 2016 -0800
Committer: Adam B <ad...@mesosphere.io>
Committed: Thu Jan 7 16:23:52 2016 -0800

----------------------------------------------------------------------
 src/python/interface/src/mesos/interface/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4615f82b/src/python/interface/src/mesos/interface/__init__.py
----------------------------------------------------------------------
diff --git a/src/python/interface/src/mesos/interface/__init__.py b/src/python/interface/src/mesos/interface/__init__.py
index ce00d54..232890d 100644
--- a/src/python/interface/src/mesos/interface/__init__.py
+++ b/src/python/interface/src/mesos/interface/__init__.py
@@ -81,7 +81,7 @@ class Scheduler(object):
       another framework used resources in the offer.) If for whatever reason
       an offer is never rescinded (e.g., dropped message, failing over
       framework, etc.), a framework that attempts to launch tasks using an
-      invalid offer will receive TASK_LOST status updats for those tasks
+      invalid offer will receive TASK_LOST status updates for those tasks
       (see Scheduler.resourceOffers).
     """
 
@@ -118,7 +118,7 @@ class Scheduler(object):
     """
       Invoked when an executor has exited/terminated. Note that any tasks
       running will have TASK_LOST status updates automatically generated.
-      NOTE: This callback is not reliabily delivered.
+      NOTE: This callback is not reliably delivered.
     """
 
   def error(self, driver, message):
@@ -323,7 +323,7 @@ class Executor(object):
 
   def error(self, driver, message):
     """
-      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.
     """