changeset 24287:ad0ca13aa6e2

Fix typo: varaible -> variable.
author John W. Eaton <jwe@octave.org>
date Mon, 20 Nov 2017 08:05:10 -0500
parents 6bfb96ab73cb
children ff890a84b43c
files etc/OLD-ChangeLogs/ChangeLog.1 etc/OLD-ChangeLogs/doc-ChangeLog etc/OLD-ChangeLogs/src-ChangeLog libinterp/corefcn/load-save.cc libinterp/parse-tree/jit-ir.h
diffstat 5 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/etc/OLD-ChangeLogs/ChangeLog.1	Sun Nov 19 21:37:49 2017 -0500
+++ b/etc/OLD-ChangeLogs/ChangeLog.1	Mon Nov 20 08:05:10 2017 -0500
@@ -6756,7 +6756,7 @@
 	and field width.
 
 	* variables.cc (octave_real_scalar_variable): New function.
-	* buitlins.cc (builtin_string_varaibles): Add output_precision and
+	* buitlins.cc (builtin_string_variables): Add output_precision and
 	max_field_width to the list (really need a separate list for
 	numeric values...).
 	* user-prefs.cc (set_output_max_field_width): New function to be
--- a/etc/OLD-ChangeLogs/doc-ChangeLog	Sun Nov 19 21:37:49 2017 -0500
+++ b/etc/OLD-ChangeLogs/doc-ChangeLog	Mon Nov 20 08:05:10 2017 -0500
@@ -1663,7 +1663,7 @@
 
 	* interpreter/oop.txi: New file.
 	* interpreter/Makefile.in (SUB_SOURCES): Add it here.
-	(POLYNOMIAL_FILES_NODIR): New varaible for polynomial example class
+	(POLYNOMIAL_FILES_NODIR): New variable for polynomial example class
 	methods.
 	(EXAMPLE_FILES_NODIR): Add POLYNOMIAL_FILES_NODIR here.
 	* interpreter/octave.texi: Reference new OOP chapter here.
--- a/etc/OLD-ChangeLogs/src-ChangeLog	Sun Nov 19 21:37:49 2017 -0500
+++ b/etc/OLD-ChangeLogs/src-ChangeLog	Mon Nov 20 08:05:10 2017 -0500
@@ -27128,7 +27128,7 @@
 	(<MATRIX_START>{S}*\,{S}*, <MATRIX_START>{S}+,
 	(<MATRIX_START>{S}*{COMMENT}{SNLCMT}*,
 	<MATRIX_START>{S}*{NL}{SNLCMT}*, maybe_unput_comma): Behave as though
-	old Vwhitespace_in_literal_matrix varaible is always 1.
+	old Vwhitespace_in_literal_matrix variable is always 1.
 
 	* octave.cc (maximum_braindamage): Don't set
 	whitespace_in_literal_matrix.
@@ -28125,7 +28125,7 @@
 	* symtab.cc (symbol_table::lookup, symbol_table::rename): Print
 	debugging info if Vdebug_symtab_lookups is nonzero.
 	(debug_symtab_lookups): New function.
-	(Vdebug_symtab_lookups): New static varaible.
+	(Vdebug_symtab_lookups): New static variable.
 	(symbols_of_symtab): DEFVAR it.
 	* symtab.h (symbol_table::table_name): New member variable.
 	(symtab_count): New static member variable.
@@ -30448,7 +30448,7 @@
 	(tree::break_function): Make const.
 	* pt.cc (tree::break_statement): Initialize here.
 	(tree::break_function): Make const.
-	* pb-bp.h (break_statement): Delete global varaible declaration.
+	* pb-bp.h (break_statement): Delete global variable declaration.
 	* pt-bp.cc (break_statement): Delete global variable definition.
 
 	* pt-bp.h (tree_breakpoint::bp_list): Rename from lst.
@@ -33816,7 +33816,7 @@
 	(feval): Likewise.
 	(Feval): Likewise.
 	(symbols_of_parse): Define default_eval_print_flag here instead of
-	in varaibles.cc.
+	in variables.cc.
 	(looks_like_octave_copyright): Move here from variables.cc
 	(gobble_leading_whitespace): Likeiwse.
 	(is_function_file): Likewise.
@@ -34229,7 +34229,7 @@
 	(octave_variable_reference::assign): Handle indexing here.
 	Delete version of this function htat takes index arg.
 
-	* variables.h (struct builtin_varaible): Delete.
+	* variables.h (struct builtin_variable): Delete.
 	* variables.cc (install_builtin_variable): Take all elts of
 	builtin_variable struct directly.
 	* defun.h (DEFVAR_INT): Call install_builtin_variable directly.
@@ -36162,7 +36162,7 @@
 
 Sat Jun 22 22:43:45 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
-	* input.h, input.cc (octave_completion_matches_called): New varaible.
+	* input.h, input.cc (octave_completion_matches_called): New variable.
 	(Fcompletion_matches): Set it to true on a successful call.
 	* toplev.cc (main_loop): If octave_completion_matches_called is
 	true, don't increment current_command_number.
--- a/libinterp/corefcn/load-save.cc	Sun Nov 19 21:37:49 2017 -0500
+++ b/libinterp/corefcn/load-save.cc	Mon Nov 20 08:05:10 2017 -0500
@@ -146,7 +146,7 @@
                          bool global, const std::string& /*doc*/)
 {
   octave::symbol_table& symtab
-    = octave::__get_symbol_table__ ("install_loaded_varaible");
+    = octave::__get_symbol_table__ ("install_loaded_variable");
 
   octave::symbol_scope *scope
     = symtab.require_current_scope ("install_loaded_variable");
--- a/libinterp/parse-tree/jit-ir.h	Sun Nov 19 21:37:49 2017 -0500
+++ b/libinterp/parse-tree/jit-ir.h	Mon Nov 20 08:05:10 2017 -0500
@@ -683,7 +683,7 @@
       return dom_succ.size ();
     }
 
-    // call pop_varaible on all instructions
+    // call pop_variable on all instructions
     void pop_all (void);
 
     virtual std::ostream& print (std::ostream& os, size_t indent = 0) const;