summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/symref/list.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5 /lisp/cedet/semantic/symref/list.el
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'lisp/cedet/semantic/symref/list.el')
-rw-r--r--lisp/cedet/semantic/symref/list.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el
index 9e0ee2a1b5b..53044e278ac 100644
--- a/lisp/cedet/semantic/symref/list.el
+++ b/lisp/cedet/semantic/symref/list.el
@@ -492,7 +492,7 @@ Closed items will be skipped."
(let ((count (semantic-symref-list-map-open-hits
(lambda () (replace-match newname nil t)))))
(semantic-symref-list-update-open-hits)
- (message "Renamed %d occurances." count)))
+ (message "Renamed %d occurrences." count)))
;;; REFACTORING UTILITIES
;;
@@ -501,7 +501,7 @@ Closed items will be skipped."
(defun semantic-symref-list-map-open-hits (function)
"For every open hit in the symref buffer, perform FUNCTION.
The `match-data' will be set to a successful hit of the searched for symbol.
-Return the number of occurances FUNCTION was operated upon."
+Return the number of occurrences FUNCTION was operated upon."
;; First Pass in this function - a straight rename.
;; Second Pass - Allow context specification based on