You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/03/02 23:25:28 UTC

mesos git commit: Fixed a typo in the comment of master.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 1e2b2ad1b -> 8f487beb9


Fixed a typo in the comment of master.cpp.

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


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

Branch: refs/heads/master
Commit: 8f487beb9f8aaed8f27b0404279b1a2f97672ba1
Parents: 1e2b2ad
Author: Jay Guo <gu...@gmail.com>
Authored: Thu Mar 2 15:24:53 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Mar 2 15:24:53 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/8f487beb/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 2232cb7..442fbc6 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -2172,7 +2172,7 @@ Future<bool> Master::authorizeFramework(
   // via the request's `value` field. This is purely for backwards
   // compatibility as the `value` field is deprecated. Note that this
   // means that authorizers relying on the deprecated field will see
-  // an empty string in `value` for for `MULTI_ROLE` frameworks.
+  // an empty string in `value` for `MULTI_ROLE` frameworks.
   //
   // TODO(bbannier): Remove this at the end of `value`'s deprecation
   // cycle, see MESOS-7073.