summaryrefslogtreecommitdiff
path: root/bin/zkServer.sh
diff options
context:
space:
mode:
authorwoojin.joe <woojin.joe@linecorp.com>2017-03-23 10:22:25 -0700
committerMichael Han <hanm@apache.org>2017-03-23 10:22:25 -0700
commitfb7ddacfc42acb01275ca8d69ae219d6413832b4 (patch)
tree68f5df0533cce58c625b774cedc9afcc11392b35 /bin/zkServer.sh
parent9a6aff269e5c1ac25e1aca1877b06f725799bfee (diff)
downloadzookeeper-fb7ddacfc42acb01275ca8d69ae219d6413832b4.tar.gz
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 <woojin.joe@linecorp.com> Reviewers: Michael Han <hanm@apache.org> Closes #204 from not-for-me/master
Diffstat (limited to 'bin/zkServer.sh')
-rwxr-xr-xbin/zkServer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/zkServer.sh b/bin/zkServer.sh
index e1709460b..e4e01e86e 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)"