SPECS: builder - spelling

glen glen at pld-linux.org
Wed Mar 26 22:24:33 CET 2008


Author: glen                         Date: Wed Mar 26 21:24:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- spelling

---- Files affected:
SPECS:
   builder (1.543 -> 1.544) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.543 SPECS/builder:1.544
--- SPECS/builder:1.543	Fri Mar 21 18:46:04 2008
+++ SPECS/builder	Wed Mar 26 22:24:28 2008
@@ -1694,13 +1694,13 @@
 }
 
 # checks a given list of packages/files/provides agains current rpmdb.
-# outputs all dependencies whcih current rpmdb doesn't satisfy.
+# outputs all dependencies which current rpmdb doesn't satisfy.
 # input can be either STDIN or parameters
 _rpm_prov_check()
 {
 	local DEPS
 
-	if [ "$#" -gt 0 ]; then
+	if [ $# -gt 0 ]; then
 		DEPS="$@"
 	else
 		DEPS=$(cat)
@@ -1716,13 +1716,13 @@
 }
 
 # checks if given package/files/provides exists in rpmdb.
-# inout can be either stdin or parameters
-# returns packages wchi hare present in the rpmdb
+# input can be either stdin or parameters
+# returns packages which are present in the rpmdb
 _rpm_cnfl_check()
 {
 	local DEPS
 
-	if [ "$#" -gt 0 ]; then
+	if [ $# -gt 0 ]; then
 		DEPS="$@"
 	else
 		DEPS=$(cat)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.543&r2=1.544&f=u



More information about the pld-cvs-commit mailing list