1.1 --- a/openpkg/etc.wrapsrc.sh Thu Aug 02 01:14:45 2012 +0200 1.2 +++ b/openpkg/etc.wrapsrc.sh Thu Aug 02 01:28:59 2012 +0200 1.3 @@ -39,7 +39,7 @@ 1.4 export LC_CTYPE 1.5 umask 022 1.6 1.7 -# pre-parse command line options 1.8 +# preparse command line options 1.9 for opt 1.10 do 1.11 case $opt in 1.12 @@ -146,12 +146,12 @@ 1.13 rm -rf $l_dir >/dev/null 2>&1 1.14 1.15 # die explicitly just before the shell would discover 1.16 -# that we carry mega-bytes of data with us... 1.17 +# that we carry megabytes of data with us... 1.18 exit 0 1.19 1.20 # the distribution tarball is appended in raw format directly to the 1.21 # end of this script, just leaded by padding whitespaces which make 1.22 -# sure that the tarball data starts at the pre-defined offset of 64KB. 1.23 +# sure that the tarball data starts at the predefined offset of 64KB. 1.24 # This allows us to unpack the tarball by just skipping the leading 1.25 # 64KB (= 8192*8, see above). 1.26