From: <tho...@us...> - 2012-03-25 20:54:56
|
Revision: 10056 http://octave.svn.sourceforge.net/octave/?rev=10056&view=rev Author: thomas-weber Date: 2012-03-25 20:54:50 +0000 (Sun, 25 Mar 2012) Log Message: ----------- Fix typo: syncronizing => synchronizing Modified Paths: -------------- trunk/octave-forge/main/octcdf/src/ov-ncfile.cc Modified: trunk/octave-forge/main/octcdf/src/ov-ncfile.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncfile.cc 2012-03-25 20:53:33 UTC (rev 10055) +++ trunk/octave-forge/main/octcdf/src/ov-ncfile.cc 2012-03-25 20:54:50 UTC (rev 10056) @@ -432,7 +432,7 @@ if (status != NC_NOERR) { - error("Error syncronizing file: %s", nc_strerror(status)); + error("Error synchronizing file: %s", nc_strerror(status)); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |