Fixed typo in tag script comment.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/064c3a0e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/064c3a0e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/064c3a0e Branch: refs/heads/master Commit: 064c3a0e7377bd1327b40a6e93bb58b001788a7e Parents: 140e91d Author: Adam B <[email protected]> Authored: Fri Jul 24 03:10:44 2015 -0700 Committer: Adam B <[email protected]> Committed: Fri Jul 24 03:10:44 2015 -0700 ---------------------------------------------------------------------- support/tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/064c3a0e/support/tag.sh ---------------------------------------------------------------------- diff --git a/support/tag.sh b/support/tag.sh index 73847b9..9d37c81 100755 --- a/support/tag.sh +++ b/support/tag.sh @@ -26,7 +26,7 @@ read -p "Hit enter to continue ... " WORK_DIR=`mktemp -d /tmp/mesos-tag-XXXX` atexit "rm -rf ${WORK_DIR}" -# Get the absolulte path of the local git clone. +# Get the absolute path of the local git clone. MESOS_GIT_LOCAL=$(cd "$(dirname $0)"/..; pwd) pushd ${WORK_DIR}
