瀏覽代碼

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
woojin.joe 8 年之前
父節點
當前提交
fb7ddacfc4
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      bin/zkCleanup.sh
  2. 1 1
      bin/zkCli.sh
  3. 1 1
      bin/zkServer.sh

+ 1 - 1
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)"

+ 1 - 1
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)"

+ 1 - 1
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)"