You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/08/04 02:57:42 UTC

[2/2] mesos git commit: Fixed typo in comment.

Fixed typo in comment.

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


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

Branch: refs/heads/master
Commit: 853821cafcca3550b9c7bdaba5262d73869e2ee1
Parents: 05da9ba
Author: Neil Conway <ne...@gmail.com>
Authored: Wed Aug 3 19:57:08 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Wed Aug 3 19:57:08 2016 -0700

----------------------------------------------------------------------
 include/mesos/scheduler.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/853821ca/include/mesos/scheduler.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/scheduler.hpp b/include/mesos/scheduler.hpp
index e5de589..423235a 100644
--- a/include/mesos/scheduler.hpp
+++ b/include/mesos/scheduler.hpp
@@ -25,7 +25,7 @@
 #include <mesos/mesos.hpp>
 
 // Mesos scheduler interface and scheduler driver. A scheduler is used
-// to interact with Mesos in order run distributed computations.
+// to interact with Mesos in order to run distributed computations.
 //
 // IF YOU FIND YOURSELF MODIFYING COMMENTS HERE PLEASE CONSIDER MAKING
 // THE SAME MODIFICATIONS FOR OTHER LANGUAGE BINDINGS (e.g., Java: