From 536b19f0b3e7f29489d541e6f6e05d7f39243533 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 3 Aug 2017 12:15:56 -0400 Subject: spell FLAVOR consistently Sadly changing to american spelling is the most minimal change. --- emacsen-common/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacsen-common') 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 ;; *) -- cgit v1.2.3