Merge pull request #86945 from hase1128/add-simple-explanation-to-verify-spelling-script

Add simple explanation to verify-spelling.sh
This commit is contained in:
Kubernetes Prow Robot 2020-01-08 14:46:14 -08:00 committed by GitHub
commit 968361dc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This script checks commonly misspelled English words in all files in the
# working directory by client9/misspell package.
# Usage: hack/verify-spelling.sh
set -o errexit
set -o nounset
set -o pipefail