emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#10052: closed (inaccessable -> inaccessible spelli


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10052: closed (inaccessable -> inaccessible spelling fix)
Date: Sun, 29 Jul 2012 10:07:02 +0000

Your message dated Sun, 29 Jul 2012 02:59:22 -0700
with message-id <address@hidden>
and subject line Re: inaccessable -> inaccessible spelling fix
has caused the debbugs.gnu.org bug report #10052,
regarding inaccessable -> inaccessible spelling fix
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10052
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: inaccessable -> inaccessible spelling fix Date: Mon, 14 Nov 2011 22:31:20 -0800 User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
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)




--- End Message ---
--- Begin Message --- Subject: Re: inaccessable -> inaccessible spelling fix Date: Sun, 29 Jul 2012 02:59:22 -0700 User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0
Installed as trunk bzr 109258, and
marking this as done.


--- End Message ---

reply via email to

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