summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-28 00:24:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-28 00:24:26 -0700
commitcae88964aa4c364e938e2ca7c233c7255b547133 (patch)
tree246dd70202ab5384348de6607509547b1b269a35
parentdfd787dbe5ba997ee3103f8f816f6fcf8fc0e13c (diff)
downloademacs-cae88964aa4c364e938e2ca7c233c7255b547133.tar.gz
Spelling fixes.
-rw-r--r--lisp/forms.el2
-rw-r--r--lisp/progmodes/ada-mode.el2
-rw-r--r--lisp/textmodes/ispell.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 85270380807..007d85caacf 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -581,7 +581,7 @@ Commands: Equivalent keys in read-only mode:
(error (concat "Forms control file error: "
"`forms-modified-record-filter' is not a function")))
- ;; The filters acces the contents of the forms using `forms-fields'.
+ ;; The filters access the contents of the forms using `forms-fields'.
(make-local-variable 'forms-fields)
;; Dynamic text support.
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 8ccb8f17d80..d8768dd5986 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -4728,7 +4728,7 @@ Moves to 'begin' if in a declarative part."
["Entry family" ada-entry-family t]
["Select" ada-select t]
["Accept" ada-accept t]
- ["Or accept" ada-or-accep t]
+ ["Or accept" ada-or-accept t]
["Or delay" ada-or-delay t]
["Or terminate" ada-or-terminate t]
["---" nil nil]
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index bbd433ec9fc..7df3f8e1ac8 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -740,7 +740,7 @@ when the language uses non-ASCII characters.
Note that with \"ispell\" as the speller, the CASECHARS and
OTHERCHARS slots of the alist should contain the same character
set as casechars and otherchars in the LANGUAGE.aff file \(e.g.,
-english.aff\). apsell and hunspell don't have this limitation.")
+english.aff\). aspell and hunspell don't have this limitation.")
(defvar ispell-really-aspell nil) ; Non-nil if we can use aspell extensions.
(defvar ispell-really-hunspell nil) ; Non-nil if we can use hunspell extensions.