]> git.marmaro.de Git - mmh/commitdiff
Fix misspelled variable in uip/whatnow2.sh
authorPhilipp Takacs <philipp@bureaucracy.de>
Sat, 27 Aug 2016 21:17:35 +0000 (23:17 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sat, 27 Aug 2016 21:17:35 +0000 (23:17 +0200)
This make the error message better

uip/whatnow2.sh

index 7ddebeaa92e9f102d4b90ca9f4edf6eda674f344..543dbe58e2817d570008b9923b93af194b060e16 100755 (executable)
@@ -244,7 +244,7 @@ then
                version $#
                ;;
        *)
-               echo "no current message in $draftsfolder" 1>&2
+               echo "no current message in $draftfolder" 1>&2
                usage 1
                ;;
        esac