]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- fix typo in available word (qboosh)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Oct 2003 09:19:16 +0000 (09:19 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Oct 2003 09:19:16 +0000 (09:19 +0000)
svn-id: @1413

hwprofile

index 50baf2eafc23aa8e081f8d9eafaa03494859a88f..29319650310b7b178b410a173afcc48ab1d074aa 100755 (executable)
--- a/hwprofile
+++ b/hwprofile
@@ -169,7 +169,7 @@ while getopts adflsqr: opt "$@"; do
        done
        if [ -z "${PROFILE}" ]; then
          if is_yes "${ASKFORPROFILE}"; then
-           echo "Avialable profiles:";
+           echo "Available profiles:";
            PS3='Enter number profile: ';
            LISTA=$(ls ${PROFDIR}/*.desc 2> /dev/null);
            for i in ${LISTA};
This page took 0.186422 seconds and 4 git commands to generate.