Ver código fonte

correct spelling: privileges, convenient

Thomas Lotterer 22 anos atrás
pai
commit
69c07d3af0
4 arquivos alterados com 5 adições e 5 exclusões
  1. 2 2
      openpkg/HISTORY
  2. 1 1
      openpkg/openpkg.sh
  3. 1 1
      openpkg/rpmtool.8
  4. 1 1
      openpkg/rpmtool.pod

+ 2 - 2
openpkg/HISTORY

@@ -2,8 +2,8 @@
 2004
 ====
 
-20040217 added -t|--tar option to *.sh scripts for convinient extracting embedded tarball
-20040217 provide <prefix>/bin/rpm2cpio for convinience reasons
+20040217 added -t|--tar option to *.sh scripts for convenient extracting embedded tarball
+20040217 provide <prefix>/bin/rpm2cpio for convenience reasons
 20040216 change filesystem layout for final OpenPKG 2.0 namespace clean layout
 20040216 config.{guess,sub} scripts are no longer installed
 20040216 fixed --tag processing in bootstrapping situation

+ 1 - 1
openpkg/openpkg.sh

@@ -70,7 +70,7 @@ if [ ! -f "$OPENPKG_PREFIX/bin/openpkg" ]; then
     exit 1
 fi
 
-#   allow convient all-in-one specification of OpenPKG Tool Chain locations
+#   allow convenient all-in-one specification of OpenPKG Tool Chain locations
 if [ ".$opt_tool" != . ]; then
     OPENPKG_TOOLS="$opt_tools"
 fi

+ 1 - 1
openpkg/rpmtool.8

@@ -236,7 +236,7 @@ positions for \s-1RPM\s0.
 .IP "\fBSyntactical Set Pattern\fR" 4
 .IX Item "Syntactical Set Pattern"
 \&\s-1RPM\s0 supports simple wildcard patterns like \f(CW\*(C`/path/*\*(C'\fR or \f(CW\*(C`/path/[a\-z]\*(C'\fR,
-etc. Sometimes it is convienient, to also have (in addition to character
+etc. Sometimes it is convenient, to also have (in addition to character
 sets) string sets like \f(CW\*(C`/path/{foo,bar,quux}\*(C'\fR. \fIrpmtool\fR\|(1) provides this
 by syntactically (without checking the filesystem) expanding those
 string sets.

+ 1 - 1
openpkg/rpmtool.pod

@@ -133,7 +133,7 @@ positions for RPM.
 =item B<Syntactical Set Pattern>
 
 RPM supports simple wildcard patterns like C</path/*> or C</path/[a-z]>,
-etc. Sometimes it is convienient, to also have (in addition to character
+etc. Sometimes it is convenient, to also have (in addition to character
 sets) string sets like C</path/{foo,bar,quux}>. rpmtool(1) provides this
 by syntactically (without checking the filesystem) expanding those
 string sets.