octave-maintainers
[Top][All Lists]
Advanced

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

Typo in __get_symbol_table__ how can this work?


From: Andreas Weber
Subject: Typo in __get_symbol_table__ how can this work?
Date: Sat, 18 Nov 2017 10:27:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

While looking though load/save I stumbled over this in

./libinterp/corefcn/load-save.cc 148

  octave::symbol_table& symtab
    = octave::__get_symbol_table__ ("install_loaded_varaible");

  octave::symbol_scope *scope
    = symtab.require_current_scope ("install_loaded_variable");

Please note the typo "varaible" in the first part. How can this work
with this typo? Is there some "fuzzy search" for symbols?

Thanks, Andy



reply via email to

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