X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Fpng_recompress.sh;h=1e164464c678be56572dff397a0d8ab4f1e7035e;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=01c06b2287d860c656e07695935d34f65eda48a6;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/tools/png_recompress.sh b/tools/png_recompress.sh index 01c06b228..1e164464c 100755 --- a/tools/png_recompress.sh +++ b/tools/png_recompress.sh @@ -16,14 +16,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# This script recompressess .png files using optipng and +# This script recompresses .png files using optipng and # advpng to get the smallest images. All recompression is -# looseless. +# lossless. # # This script needs at least bash3, bash2 will not work # # TODO: -# * Make it work recursivly on a directory. +# * Make it work recursively on a directory. # Check for new enough bash version fail_old_bash() {