summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacsen-common/remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsen-common/remove b/emacsen-common/remove
index f16c00b..01a7741 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -11,11 +11,11 @@ elc_dir="${elpa_root}/${ELPA_DIR}"
FLAVOR=$1
case $FLAVOR in
emacs2[0123]*)
- echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOUR}
+ echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR}
exit 0
;;
xemacs*)
- echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOUR}
+ echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOR}
exit 0
;;
*)