diff libinterp/corefcn/variables.cc @ 20727:a5949b3d2332

Preface warning() messages with name of function when possible. * load-save.cc, ls-mat5.cc, variables.cc, loadobj.m, doc.m, mkoctfile.m, fminbnd.m, pkg.m, axis.m, pcg.m, pcr.m, svds.m, kolmogorov_smirnov_test_2.m: Preface warning() messages with name of function when possible.
author Rik <rik@octave.org>
date Thu, 19 Nov 2015 14:39:04 -0800
parents 2469d78a1d8b
children 200ae1d650b7
line wrap: on
line diff
--- a/libinterp/corefcn/variables.cc	Thu Nov 19 14:17:45 2015 -0800
+++ b/libinterp/corefcn/variables.cc	Thu Nov 19 14:39:04 2015 -0800
@@ -1375,7 +1375,7 @@
 
   // Parse the string whos_line_format, and return a parameter list,
   // containing all information needed to print the given
-  // attributtes of the symbols.
+  // attributes of the symbols.
   std::list<whos_parameter> parse_whos_line_format (void)
   {
     int idx;