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 7ddebea..543dbe5 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