diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-04-15 04:33:46 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-18 05:20:13 +0200 |
commit | 769facca22db733f0a70ce6a38062d37fe8d2579 (patch) | |
tree | f344a3ec31338568237ca4eeff0a4025b52ee0f5 /test/scripts/parseopts_test.sh | |
parent | 597286eb258f841dfc00f65474138fc6192f0092 (diff) | |
download | pacman-769facca22db733f0a70ce6a38062d37fe8d2579.tar.gz pacman-769facca22db733f0a70ce6a38062d37fe8d2579.tar.xz |
Fix spelling errors using 'codespell' tool
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/scripts/parseopts_test.sh')
-rwxr-xr-x | test/scripts/parseopts_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/parseopts_test.sh b/test/scripts/parseopts_test.sh index 1693b9f9..2862caec 100755 --- a/test/scripts/parseopts_test.sh +++ b/test/scripts/parseopts_test.sh @@ -83,7 +83,7 @@ parse '-p PKGBUILD --' 3 -pPKGBUILD # valid shortopts as a long opt parse '--' 1 --sir -# long opt wiht no optarg +# long opt with no optarg parse '--log --' 2 --log # long opt with missing optarg |