emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109258: inaccessable -> inaccessible


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109258: inaccessable -> inaccessible spelling fix
Date: Sun, 29 Jul 2012 02:57:40 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109258
fixes bug: http://debbugs.gnu.org/10052
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 02:57:40 -0700
message:
  inaccessable -> inaccessible spelling fix
  
  * semantic/wisent/comp.el (wisent-inaccessible-symbols):
  Rename from wisent-inaccessable-symbols, fixing a misspelling.
  Caller changed.
modified:
  lisp/cedet/ChangeLog
  lisp/cedet/semantic/wisent/comp.el
=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2012-07-14 02:08:32 +0000
+++ b/lisp/cedet/ChangeLog      2012-07-29 09:57:40 +0000
@@ -1,3 +1,10 @@
+2012-07-29  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        * ede/project-am.el: Fix typo.

=== modified file 'lisp/cedet/semantic/wisent/comp.el'
--- a/lisp/cedet/semantic/wisent/comp.el        2012-01-19 07:21:25 +0000
+++ b/lisp/cedet/semantic/wisent/comp.el        2012-07-29 09:57:40 +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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]