You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2018/04/12 08:45:44 UTC

mesos git commit: Fixed a typo in the help message of the agent flag `--recovery_timeout`.

Repository: mesos
Updated Branches:
  refs/heads/master c76859170 -> 99c73e0c4


Fixed a typo in the help message of the agent flag `--recovery_timeout`.


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

Branch: refs/heads/master
Commit: 99c73e0c4b0bee67790d98650e064843fef3933c
Parents: c768591
Author: Qian Zhang <zh...@gmail.com>
Authored: Thu Apr 12 16:44:29 2018 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Thu Apr 12 16:44:29 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/99c73e0c/src/slave/flags.cpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index bdfc49a..4ea2286 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -498,7 +498,7 @@ mesos::internal::slave::Flags::Flags()
       "For partition-aware frameworks, it makes sense to set this higher\n"
       "than the timeout that the framework uses to give up on the task,\n"
       "otherwise the executor might terminate even if the task could still\n"
-      "sucessfully reconnect to the framework.",
+      "successfully reconnect to the framework.",
       RECOVERY_TIMEOUT);
 
   add(&Flags::reconfiguration_policy,