# HG changeset patch # User Paul Issott # Date 1488321320 0 # Node ID 642f0fa9f0ff6744bfbf429df2bd6a5e6198a497 # Parent d58ceb6b8fe9ed96324c0b704560ed7ca3e47558 Tiny edits diff -r d58ceb6b8fe9 -r 642f0fa9f0ff libsup.sh --- a/libsup.sh Tue Feb 28 23:19:14 2017 +0100 +++ b/libsup.sh Tue Feb 28 22:35:20 2017 +0000 @@ -37,7 +37,7 @@ } # Pretty Busybox wget output. Usage: download [name] [url] [dest] -# Download in current dir in $3 is not set +# Download in current dir if $3 is not set download() { name="$1" url="$2" @@ -117,7 +117,7 @@ fi done - # Remove existing package files to avois untracked files + # Remove existing package files to avoid untracked files if [ -d "$wok/$PACKAGE" ]; then gettext "Removing existing package files..." remove_sup "$PACKAGE" >/dev/null; status diff -r d58ceb6b8fe9 -r 642f0fa9f0ff server/sup/sup-admin.cgi --- a/server/sup/sup-admin.cgi Tue Feb 28 23:19:14 2017 +0100 +++ b/server/sup/sup-admin.cgi Tue Feb 28 22:35:20 2017 +0000 @@ -1,8 +1,8 @@ #!/bin/sh # -# TinyCM/TazBug Plugin - Admin part splitted so less code sourced by +# TinyCM/TazBug Plugin - Admin part split so less code sourced by # TinyCM core spript. echo ENGLISH Only :-). Admin tools: handle SQLite -# packages.md5 for the mirror, clean any unconform, buggy or corrupted +# packages.md5 for the mirror, clean any unconforming, buggy or corrupted # packages in wok. # # Copyright (C) 2017 SliTaz GNU/Linux - BSD License @@ -167,7 +167,7 @@ echo "" ;; - *) echo "
Unknow or command not implemented
" ;; + *) echo "
Unknown or command not implemented
" ;; esac diff -r d58ceb6b8fe9 -r 642f0fa9f0ff server/sup/sup.cgi --- a/server/sup/sup.cgi Tue Feb 28 23:19:14 2017 +0100 +++ b/server/sup/sup.cgi Tue Feb 28 22:35:20 2017 +0000 @@ -5,7 +5,7 @@ # This plugin is part of the SPI tools and services. More information # at http://hg.slitaz.org/sup/file/ && http://scn.slitaz.org/?d=en/sup # packages.sql is a SQLite table with all mirrored packages info, just -# for the fun of playing witg SQLite :-) +# for the fun of playing with SQLite :-) # # Copyright (C) 2017 SliTaz GNU/Linux - BSD License # Author: Christophe Lincoln @@ -19,7 +19,7 @@ . paths.conf fi -# Custom paths.conf for easier development /avois commit this file +# Custom paths.conf for easier development /avoid commiting this file # with wrong paths like Pankso does! Full paths are needed for upload # to work properly. [ -f "${plugins}/sup/paths.conf" ] && . ${plugins}/sup/paths.conf @@ -194,7 +194,7 @@ # Show MD5sum echo -e "MD5sum : $(md5sum $cache/$supfile | cut -d ' ' -f 1)\n" - # Extract receip: sup cook already check vor empty var. Make + # Extract receip: sup cook already check for empty var. Make # sure SCN user name match package MAINTAINER. gettext "Extracting receip..." cd ${cache}