From 938a711aae6ecf871f37dda71b8e55bebbb6eba8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 16:39:41 -0400 Subject: spell-check :/ --- src/fullpkg/fullpkg-find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fullpkg/fullpkg-find') 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 -- cgit v1.2.3-54-g00ecf