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

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

[Octave-bug-tracker] [bug #54103] typo in containers.Map


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #54103] typo in containers.Map
Date: Tue, 12 Jun 2018 10:44:08 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

URL:
  <http://savannah.gnu.org/bugs/?54103>

                 Summary: typo in containers.Map
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Tue 12 Jun 2018 02:44:07 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: Any

    _______________________________________________________

Details:


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))





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54103>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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