summaryrefslogtreecommitdiff
path: root/admin/admin.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-13 14:21:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-13 14:21:32 -0800
commitae93878a926442f695ac1f96f316247ff8eccc3a (patch)
tree3e3ca81dabc7d81f3f44808dfa0e834f5b7cdcb7 /admin/admin.el
parente3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2 (diff)
downloademacs-ae93878a926442f695ac1f96f316247ff8eccc3a.tar.gz
Spelling fixes.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 847a06e35d1..007cb06e592 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -78,7 +78,7 @@ Root must be the root of an Emacs source tree."
(user-error "%s doesn't seem to be the root of an Emacs source tree" root))
;; There's also a "version 3" (standing for GPLv3) at the end of
;; `README', but since `set-version-in-file' only replaces the first
- ;; occurence, it won't be replaced.
+ ;; occurrence, it won't be replaced.
(set-version-in-file root "README" version
(rx (and "version" (1+ space)
(submatch (1+ (in "0-9."))))))