From: Paul Eggert Date: Sun, 29 Jul 2012 09:57:40 +0000 (-0700) Subject: inaccessable -> inaccessible spelling fix X-Git-Tag: emacs-24.2.90~1031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cd646250d11af2eeafc1b696c3e6c7d275296f2;p=emacs.git inaccessable -> inaccessible spelling fix * semantic/wisent/comp.el (wisent-inaccessible-symbols): Rename from wisent-inaccessable-symbols, fixing a misspelling. Caller changed. Fixes: debbugs:10052 --- diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index d98ef42438c..b946e756ff8 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,10 @@ +2012-07-29 Paul Eggert + + inaccessable -> inaccessible spelling fix (Bug#10052) + * semantic/wisent/comp.el (wisent-inaccessible-symbols): + Rename from wisent-inaccessable-symbols, fixing a misspelling. + Caller changed. + 2012-07-09 Andreas Schwab * ede/project-am.el: Fix typo. diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el index b0daabd1063..30dbafaa6cc 100644 --- a/lisp/cedet/semantic/wisent/comp.el +++ b/lisp/cedet/semantic/wisent/comp.el @@ -550,7 +550,7 @@ S must be a vector of integers." N Ns))) (setq N Np))) -(defun wisent-inaccessable-symbols () +(defun wisent-inaccessible-symbols () "Find out which productions are reachable and which symbols are used." ;; Starting with an empty set of productions and a set of symbols ;; which only has the start symbol in it, iterate over all @@ -709,7 +709,7 @@ S must be a vector of integers." nuseless-productions 0) (wisent-useless-nonterminals) - (wisent-inaccessable-symbols) + (wisent-inaccessible-symbols) (when (> (+ nuseless-nonterminals nuseless-productions) 0) (wisent-total-useless)