summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2017-08-03 12:15:56 -0400
committerDavid Bremner <bremner@debian.org>2017-08-03 12:15:56 -0400
commit536b19f0b3e7f29489d541e6f6e05d7f39243533 (patch)
tree36c89008661e252ce8e3302d28c2352ac754adda
parentadd923ae77b6f293723ee5dc7c69eb73cb94a069 (diff)
spell FLAVOR consistently
Sadly changing to american spelling is the most minimal change.
-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
;;
*)