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 2017/11/15 09:39:46 UTC

mesos git commit: Fixed "opeartor" typo in "master.cpp".

Repository: mesos
Updated Branches:
  refs/heads/master 57334da8f -> 69e0fd908


Fixed "opeartor" typo in "master.cpp".


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

Branch: refs/heads/master
Commit: 69e0fd9088d0f42607046cc925e9fa0aa9728970
Parents: 57334da
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Nov 15 10:39:27 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Nov 15 10:39:27 2017 +0100

----------------------------------------------------------------------
 src/master/master.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/69e0fd90/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 81192d5..2ddd67a 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -2668,7 +2668,7 @@ void Master::subscribe(
   if (validationError.isNone() && frameworkInfo.has_id() &&
       isCompletedFramework(frameworkInfo.id())) {
     // This could happen if a framework tries to subscribe after its failover
-    // timeout has elapsed, or it has been torn down via the opeartor API.
+    // timeout has elapsed, or it has been torn down via the operator API.
     //
     // TODO(vinod): Master should persist admitted frameworks to the
     // registry and remove them from it after failover timeout.