# HG changeset patch # User Paul Issott # Date 1488321376 0 # Node ID 0b423b5392bcb204140d43fa2f8b60d00f65abec # Parent 66c023d0f82fd36637524c43bf9f1cdc5e168d49 Tiny edits diff -r 66c023d0f82f -r 0b423b5392bc tazdev/tazdev --- a/tazdev/tazdev Tue Feb 28 17:16:47 2017 +0200 +++ b/tazdev/tazdev Tue Feb 28 22:36:16 2017 +0000 @@ -59,7 +59,7 @@ $(boldify "Options:") --rootfs= Path to the chroot to generate or clean --arch= Specify the architecture type for cross-chroot, push/pull - --clean or --forced Clean chroot before generation a new one + --clean or --forced Clean chroot before generating a new one $(boldify "Examples:") $(basename $0) gen-chroot undigest --clean @@ -130,7 +130,7 @@ bind_chroot_dir $SLITAZ_HOME/src $fs/src # Now mount package dir, so they are in /home/slitaz/$version # We may not mount cache wok or others: it has no point and if - # one wants to use a shared wok, he can bind it manually. + # one wants to use a shared wok, one can bind it manually. [ -n "$arch" ] && slitaz="$slitaz/$arch" mkdir -p "$fs/packages" "$slitaz/packages" bind_chroot_dir "$slitaz/packages" "$fs/packages" @@ -369,7 +369,7 @@ [ -d "$INSTALLED/lighttpd" ] || sudo tazpkg -gi lighttpd echo - echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge" + echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge)" echo echo "$(boldify 'URL :') http://localhost/~$USER/cgi-bin/" ;; diff -r 66c023d0f82f -r 0b423b5392bc tazdev/tazdev.conf --- a/tazdev/tazdev.conf Tue Feb 28 17:16:47 2017 +0200 +++ b/tazdev/tazdev.conf Tue Feb 28 22:36:16 2017 +0000 @@ -7,7 +7,7 @@ # Path to all own and copy projects. PROJECTS="$HOME/Projects" -# Path to all web and CGI/Shell projects developed localy. +# Path to all web and CGI/Shell projects developed locally. # URL: http://localhost/~$USER/ PUBLIC="$HOME/Public"