Repository: zookeeper Updated Branches: refs/heads/master 9a6aff269 -> fb7ddacfc
ZOOKEEPER-2735: fix typos in shell scripts This PR contains corrections for some spelling typos in shell scripts. I also create the issue in JIRA [ZOOKEEPER-2735](https://issues.apache.org/jira/browse/ZOOKEEPER-2735) Author: woojin.joe <[email protected]> Reviewers: Michael Han <[email protected]> Closes #204 from not-for-me/master Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/fb7ddacf Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/fb7ddacf Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/fb7ddacf Branch: refs/heads/master Commit: fb7ddacfc42acb01275ca8d69ae219d6413832b4 Parents: 9a6aff2 Author: woojin.joe <[email protected]> Authored: Thu Mar 23 10:22:25 2017 -0700 Committer: Michael Han <[email protected]> Committed: Thu Mar 23 10:22:25 2017 -0700 ---------------------------------------------------------------------- bin/zkCleanup.sh | 2 +- bin/zkCli.sh | 2 +- bin/zkServer.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/fb7ddacf/bin/zkCleanup.sh ---------------------------------------------------------------------- diff --git a/bin/zkCleanup.sh b/bin/zkCleanup.sh index 331094b..4553241 100755 --- a/bin/zkCleanup.sh +++ b/bin/zkCleanup.sh @@ -25,7 +25,7 @@ # relative to the canonical path of this script. # -# use POSTIX interface, symlink is followed automatically +# use POSIX interface, symlink is followed automatically ZOOBIN="${BASH_SOURCE-$0}" ZOOBIN="$(dirname "${ZOOBIN}")" ZOOBINDIR="$(cd "${ZOOBIN}"; pwd)" http://git-wip-us.apache.org/repos/asf/zookeeper/blob/fb7ddacf/bin/zkCli.sh ---------------------------------------------------------------------- diff --git a/bin/zkCli.sh b/bin/zkCli.sh index 7e1b1c4..ecf9a45 100755 --- a/bin/zkCli.sh +++ b/bin/zkCli.sh @@ -25,7 +25,7 @@ # relative to the canonical path of this script. # -# use POSTIX interface, symlink is followed automatically +# use POSIX interface, symlink is followed automatically ZOOBIN="${BASH_SOURCE-$0}" ZOOBIN="$(dirname "${ZOOBIN}")" ZOOBINDIR="$(cd "${ZOOBIN}"; pwd)" http://git-wip-us.apache.org/repos/asf/zookeeper/blob/fb7ddacf/bin/zkServer.sh ---------------------------------------------------------------------- diff --git a/bin/zkServer.sh b/bin/zkServer.sh index e170946..e4e01e8 100755 --- a/bin/zkServer.sh +++ b/bin/zkServer.sh @@ -22,7 +22,7 @@ # -# use POSTIX interface, symlink is followed automatically +# use POSIX interface, symlink is followed automatically ZOOBIN="${BASH_SOURCE-$0}" ZOOBIN="$(dirname "${ZOOBIN}")" ZOOBINDIR="$(cd "${ZOOBIN}"; pwd)"
