# HG changeset patch # User Paul Issott # Date 1510401235 0 # Node ID 553a90d99a5bf212358a04949c92b4c7fbd2b222 # Parent e8ed065cd3a2408df974db2773ef0b7581e668ef Tiny edits diff -r e8ed065cd3a2 -r 553a90d99a5b lighttpd/index.cgi --- a/lighttpd/index.cgi Tue Nov 07 13:57:02 2017 +0200 +++ b/lighttpd/index.cgi Sat Nov 11 11:53:55 2017 +0000 @@ -670,7 +670,7 @@ # Get short description for existing packages [ -f $PKGS/packages.info ] && short_desc="$(awk -F$'\t' -vp="${requested_pkg:-$pkg}" '{if ($1 == p) { printf("%s", $4); exit; }}' $PKGS/packages.info)" - # If package not exists (not created yet or broken), get short description + # If package does not exist (not created yet or broken), get short description # (but only for "main" package) from receipt [ -n "$short_desc" ] || short_desc="$(. $wok/$pkg/receipt; echo "$SHORT_DESC")" echo ": $short_desc" @@ -1645,7 +1645,7 @@ esac rm -f $tmp else - show_note e "File “$arg” not exists!" + show_note e "File “$arg” does not exist!" fi ;; diff -r e8ed065cd3a2 -r 553a90d99a5b modules/compressor --- a/modules/compressor Tue Nov 07 13:57:02 2017 +0200 +++ b/modules/compressor Sat Nov 11 11:53:55 2017 +0000 @@ -15,7 +15,7 @@ # Cache notes. # Do not do the same job twice. Getting the file from the cache is much faster # than compressing the file one more time. In addition, this cache is trying not -# to take extra space, using the hardlinks. Although the files from the cache +# to take extra space using the hardlinks. Although the files from the cache # without reference to itself should be removed periodically. diff -r e8ed065cd3a2 -r 553a90d99a5b modules/mk_pkg_receipt --- a/modules/mk_pkg_receipt Tue Nov 07 13:57:02 2017 +0200 +++ b/modules/mk_pkg_receipt Sat Nov 11 11:53:55 2017 +0000 @@ -17,7 +17,7 @@ [ "${signature:0:1}" == '#' ] || signature='# SliTaz package receipt.' save="$(mktemp)" -# `$(echo ...)`: normalize whitespace (space, tab, newline and they combinations and repeats) +# `$(echo ...)`: normalize whitespace (space, tab, newline and their combinations and repeats) cat > $save <