zshrc: Minor mispelling in output of purge().
[grml-etc-core.git] / etc / zsh / zshrc
index 0b6e652..6ce77f5 100644 (file)
@@ -3474,7 +3474,7 @@ purge() {
             rm ${FILES}
             echo ">> $PWD purged, $NBFILES files removed"
         else
-            echo "Ok. .. than not.."
+            echo "Ok. .. then not.."
         fi
     fi
 }