* semantic/wisent/comp.el (wisent-inaccessible-symbols):
Rename from wisent-inaccessable-symbols, fixing a misspelling.
Caller changed.
Fixes: debbugs:10052
+2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <schwab@linux-m68k.org>
* ede/project-am.el: Fix typo.
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
nuseless-productions 0)
(wisent-useless-nonterminals)
- (wisent-inaccessable-symbols)
+ (wisent-inaccessible-symbols)
(when (> (+ nuseless-nonterminals nuseless-productions) 0)
(wisent-total-useless)