bugGNU Octave - Bugs: bug #54103, typo in containers.Map

 
 

bug #54103: typo in containers.Map

Submitter:  A.R. Burgers <arb>
Submitted:  Tue 12 Jun 2018 02:44:07 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.4.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 12 Jun 2018 03:09:34 PM UTC, comment #1: 

Whoops.  I applied your patch to the stable branch here (http://hg.savannah.gnu.org/hgweb/octave/rev/4c4a49bffdc5).  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Tue 12 Jun 2018 02:44:07 PM UTC, original submission:  


diff -r 97e64c23fd07 scripts/+containers/Map.m
--- a/scripts/+containers/Map.m Mon Jun 11 12:55:59 2018 -0400
+++ b/scripts/+containers/Map.m Tue Jun 12 16:41:40 2018 +0200
@@ -374,7 +374,7 @@
               sref = feval (s(1).subs, this, s(2).subs{1});
               s = s(3:end);
             otherwise
-              error ("containters.Map: unknown property '%s'", s(1).subs);
+              error ("containers.Map: unknown property '%s'", s(1).subs);
           endswitch
         case "()"
           if (isempty (s(1).subs))


A.R. Burgers <arb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by arb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-06-12 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code