Repository: mesos Updated Branches: refs/heads/master 8ed2a16f1 -> 942fe33d1
Fixed typos in `support/hooks`. Review: https://reviews.apache.org/r/43313/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d805c26b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d805c26b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d805c26b Branch: refs/heads/master Commit: d805c26ba9558a61fc2f6a72ceb67a6ddef8766f Parents: 8ed2a16 Author: Disha Singh <[email protected]> Authored: Tue Feb 9 17:48:54 2016 -0800 Committer: Michael Park <[email protected]> Committed: Tue Feb 9 17:48:54 2016 -0800 ---------------------------------------------------------------------- support/hooks/post-rewrite | 2 +- support/hooks/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d805c26b/support/hooks/post-rewrite ---------------------------------------------------------------------- diff --git a/support/hooks/post-rewrite b/support/hooks/post-rewrite index af907de..e3747a3 100755 --- a/support/hooks/post-rewrite +++ b/support/hooks/post-rewrite @@ -3,7 +3,7 @@ # A hook script to verify what is about to be committed. # Called by "git commit --amend" or "git rebase". The hook exits with # non-zero status and warning messages if the files being rewritten do -# not conform to to the Mesos style. +# not conform to the Mesos style. # # To enable this hook, do this from the root of the repo: # http://git-wip-us.apache.org/repos/asf/mesos/blob/d805c26b/support/hooks/pre-commit ---------------------------------------------------------------------- diff --git a/support/hooks/pre-commit b/support/hooks/pre-commit index bdc12af..10838a4 100755 --- a/support/hooks/pre-commit +++ b/support/hooks/pre-commit @@ -3,7 +3,7 @@ # A hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook exits with # non-zero status if the files being committed do not conform to -# to the Mesos style. +# the Mesos style. # # To enable this hook, do this from the root of the repo: #
