Mercurial > hg > octave-lyh
diff src/variables.cc @ 4329:d53c33d93440
[project @ 2003-02-18 20:00:48 by jwe]
author | jwe |
---|---|
date | Tue, 18 Feb 2003 20:08:20 +0000 |
parents | 05973ead74eb |
children | 813effe14ee1 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -833,7 +833,7 @@ { symbol_record *sr = fbi_sym_tab->lookup (name); - // It is a prorgramming error to look for builtins that aren't. + // It is a programming error to look for builtins that aren't. // Use != here to avoid possible conversion to int of smaller type // than the sr pointer. @@ -860,7 +860,7 @@ int status = 0; symbol_record *sr = fbi_sym_tab->lookup (name); - // It is a prorgramming error to look for builtins that aren't. + // It is a programming error to look for builtins that aren't. // Use != here to avoid possible conversion to int of smaller type // than the sr pointer. @@ -885,7 +885,7 @@ { symbol_record *sr = fbi_sym_tab->lookup (name); - // It is a prorgramming error to look for builtins that aren't. + // It is a programming error to look for builtins that aren't. // Use != here to avoid possible conversion to int of smaller type // than the sr pointer.