summaryrefslogtreecommitdiff
path: root/src/fullpkg/fullpkg-find
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
commit938a711aae6ecf871f37dda71b8e55bebbb6eba8 (patch)
treef5d8c4c5f38295ea948a612c408da2bc06f2af74 /src/fullpkg/fullpkg-find
parent7dd14c9d6869c9d129280358e44edc43eb2ca9bf (diff)
spell-check :/
Diffstat (limited to 'src/fullpkg/fullpkg-find')
-rwxr-xr-xsrc/fullpkg/fullpkg-find2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find
index c12888a..af30ed9 100755
--- a/src/fullpkg/fullpkg-find
+++ b/src/fullpkg/fullpkg-find
@@ -197,7 +197,7 @@ while getopts 'hA:l:cmn' arg; do
done
if [[ ! -r PKGBUILD ]]; then
- error "This directory doesnt contain a PKGBUILD"
+ error "This directory doesn't contain a PKGBUILD"
usage
exit 1
fi