From: Jakub Bogusz Date: Mon, 25 Feb 2008 17:21:09 +0000 (+0000) Subject: - typo X-Git-Tag: auto/ac/rpm-build-macros-1_437-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=b3f4b67879a119ac321ecb558299d287279986b4 - typo Changed files: rpm-find-spec-bcond -> 1.11 --- diff --git a/rpm-find-spec-bcond b/rpm-find-spec-bcond index f3d479b..a11dece 100644 --- a/rpm-find-spec-bcond +++ b/rpm-find-spec-bcond @@ -10,7 +10,7 @@ fi SPEC=$1 if [ $SPEC = "--" ]; then if [ "$#" -lt 2 ]; then - echo "Usage: rpmbuikd --bcond SPEC" + echo "Usage: rpmbuild --bcond SPEC" exit 1 fi SPEC=$2