--- trunk/mage/usr/lib/mage/mage4.functions.sh 2012/01/10 15:51:43 1624 +++ trunk/mage/usr/lib/mage/mage4.functions.sh 2012/01/13 13:06:13 1625 @@ -66,7 +66,7 @@ case ${method} in md5) cmd="md5sum" ;; sha256) cmd="sha256sum" ;; - *) die "mchecksum(): unkown method '${method}'" ;; + *) die "mchecksum(): unknown method '${method}'" ;; esac if [[ -d ${rundir} ]] @@ -3326,7 +3326,7 @@ if ! known_mage_feature "${feature}" then - [[ ${FVERBOSE} = off ]] || echo "unkown feature ${feature}, ignoring it" + [[ ${FVERBOSE} = off ]] || echo "unknown feature ${feature}, ignoring it" return 3 fi