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

mesos git commit: Fixed a typo in the 0.27.0 blog post.

Repository: mesos
Updated Branches:
  refs/heads/master a39900a51 -> 0b17ce5ac


Fixed a typo in the 0.27.0 blog post.


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

Branch: refs/heads/master
Commit: 0b17ce5ac0bebba787dedbd0a1c2c2851f61d206
Parents: a39900a
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Wed Feb 3 17:33:34 2016 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Wed Feb 3 17:36:04 2016 -0500

----------------------------------------------------------------------
 site/source/blog/2016-02-02-mesos-0-27-0-released.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0b17ce5a/site/source/blog/2016-02-02-mesos-0-27-0-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2016-02-02-mesos-0-27-0-released.md b/site/source/blog/2016-02-02-mesos-0-27-0-released.md
index bbcb13c..3be096b 100644
--- a/site/source/blog/2016-02-02-mesos-0-27-0-released.md
+++ b/site/source/blog/2016-02-02-mesos-0-27-0-released.md
@@ -16,7 +16,7 @@ This release includes the following features and improvements:
 
 * [[MESOS-191]](https://issues.apache.org/jira/browse/MESOS-191): _Multiple disk_ support to allow for disk IO intensive applications to achieve reliable, high performance.
 
-* [[MESOS-4085]](https://issues.apache.org/jira/browse/MESOS-4085): Flexible roles with the introduction of _implicit roles_. It deprecates the whiltelist functionality that was implemented by specifying `--roles` during master startup to provide a static list of roles.
+* [[MESOS-4085]](https://issues.apache.org/jira/browse/MESOS-4085): Flexible roles with the introduction of _implicit roles_. It deprecates the whitelist functionality that was implemented by specifying `--roles` during master startup to provide a static list of roles.
 
 * [[MESOS-2353]](https://issues.apache.org/jira/browse/MESOS-2353): Performance improvement of the state endpoint for large clusters.