From: <sla...@us...> - 2012-03-26 19:29:48
|
Revision: 10069 http://octave.svn.sourceforge.net/octave/?rev=10069&view=rev Author: slackydeb Date: 2012-03-26 19:29:41 +0000 (Mon, 26 Mar 2012) Log Message: ----------- ga: fix typo Modified Paths: -------------- trunk/octave-forge/main/ga/NEWS Modified: trunk/octave-forge/main/ga/NEWS =================================================================== --- trunk/octave-forge/main/ga/NEWS 2012-03-26 19:03:54 UTC (rev 10068) +++ trunk/octave-forge/main/ga/NEWS 2012-03-26 19:29:41 UTC (rev 10069) @@ -7,7 +7,7 @@ ** Remove dependency on the "communications" package and require Octave version 3.4.0 (or better). The "communications" package was used only for its "randint" function; now the "randi" function, - introduced on Octave 3.4.0, is used instead. + introduced in Octave 3.4.0, is used instead. ** Reorganize the unit test suite. All available tests can be executed by running "test_ga". Fix bug #3287917 (Debian bug This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |