summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp-cstr.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-03 11:13:53 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-03 13:05:32 +0200
commit0cabf8bc363cdeace84523b251752c0aac32b31b (patch)
tree314c6c45d255ce573e1dc3477b7f480cf4dd63e3 /lisp/emacs-lisp/comp-cstr.el
parentd1f324766631ad15b1e893463e93000298f44480 (diff)
downloademacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.gz
emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.bz2
emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.zip
; Fix typos
Diffstat (limited to 'lisp/emacs-lisp/comp-cstr.el')
-rw-r--r--lisp/emacs-lisp/comp-cstr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el
index 3c5578217aa..6a3f6046d1c 100644
--- a/lisp/emacs-lisp/comp-cstr.el
+++ b/lisp/emacs-lisp/comp-cstr.el
@@ -152,7 +152,7 @@ Integer values are handled in the `range' slot.")
(defun comp-cstrs-homogeneous (cstrs)
"Check if constraints CSTRS are all homogeneously negated or non-negated.
Return `pos' if they are all positive, `neg' if they are all
-negated or nil othewise."
+negated or nil otherwise."
(cl-loop
for cstr in cstrs
unless (comp-cstr-neg cstr)