From: <tho...@us...> - 2012-03-20 21:22:46
|
Revision: 9980 http://octave.svn.sourceforge.net/octave/?rev=9980&view=rev Author: thomas-weber Date: 2012-03-20 21:22:35 +0000 (Tue, 20 Mar 2012) Log Message: ----------- Fix spelling mistake "expresion => expression" Modified Paths: -------------- trunk/octave-forge/main/symbolic/src/symbols.cc Modified: trunk/octave-forge/main/symbolic/src/symbols.cc =================================================================== --- trunk/octave-forge/main/symbolic/src/symbols.cc 2012-03-20 16:20:06 UTC (rev 9979) +++ trunk/octave-forge/main/symbolic/src/symbols.cc 2012-03-20 21:22:35 UTC (rev 9980) @@ -338,7 +338,7 @@ Substitute variables in an expression.\n\ @table @var\n\ @item a\n\ - The expresion in which the substition will occur.\n\ + The expression in which the substition will occur.\n\ @item x\n\ The variables that will be substituted.\n\ @item n\n\ @@ -426,7 +426,7 @@ Expand an expression\n\ @table @var\n\ @item a\n\ - The expresion in which the expansion will occur.\n\ + The expression in which the expansion will occur.\n\ @end table\n\ \n\ @end deftypefn\n\ @@ -531,7 +531,7 @@ collect the terms in @var{a} as a univariate polynomial in @var{x}\n\ @table @var\n\ @item a\n\ - The expresion in which the collection will occur.\n\ + The expression in which the collection will occur.\n\ @item x\n\ The variable that will be collected.\n\ @end table\n\ @@ -580,7 +580,7 @@ Collect the terms in @var{a} as a univariate polynomial in @var{x}\n\ @table @var\n\ @item a\n\ - The expresion in which the collection will occur.\n\ + The expression in which the collection will occur.\n\ @item x\n\ The variable that will be collected.\n\ @end table\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |