This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f4f3d6  Fixed a comment typo.
0f4f3d6 is described below

commit 0f4f3d6d307b8484e28f91d57bd87477388d7821
Author: Chun-Hung Hsiao <chhs...@mesosphere.io>
AuthorDate: Thu Mar 7 16:19:18 2019 -0800

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

diff --git a/src/master/master.cpp b/src/master/master.cpp
index b9db4ff..dc68fc3 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -10847,7 +10847,7 @@ void Master::removeFramework(Framework* framework)
     }
   }
 
-  // Prevent any allocations from ocurring between the multiple resource
+  // Prevent any allocations from occurring between the multiple resource
   // changes below. Removal of a framework removes allocation, while orphan
   // operations will reduce total resources.
   allocator->pause();

Reply via email to