GNU bug report logs -
#10052
inaccessable -> inaccessible spelling fix
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Tue, 15 Nov 2011 06:33:02 UTC
Severity: minor
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#10052: inaccessable -> inaccessible spelling fix
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 10052 <at> debbugs.gnu.org.
--
10052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10052
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Installed as trunk bzr 109258, and
marking this as done.
[Message part 3 (message/rfc822, inline)]
Severity: minor
Tags: patch
The function "wisent-inaccessable-symbols" contains a
misspelled word in its name. Here's a patch. This should
wait until after Emacs 24.1 comes out, I suppose.
* semantic/wisent/comp.el (wisent-inaccessible-symbols):
Rename from wisent-inaccessable-symbols, fixing a misspelling.
Caller changed.
=== modified file 'lisp/cedet/semantic/wisent/comp.el'
--- lisp/cedet/semantic/wisent/comp.el 2011-04-01 15:16:50 +0000
+++ lisp/cedet/semantic/wisent/comp.el 2011-11-15 06:27:50 +0000
@@ -550,7 +550,7 @@
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 @@
nuseless-productions 0)
(wisent-useless-nonterminals)
- (wisent-inaccessable-symbols)
+ (wisent-inaccessible-symbols)
(when (> (+ nuseless-nonterminals nuseless-productions) 0)
(wisent-total-useless)
This bug report was last modified 12 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.