From: <br...@us...> - 2009-01-12 22:27:36
|
Revision: 450 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=450&view=rev Author: brus07 Date: 2009-01-12 21:54:38 +0000 (Mon, 12 Jan 2009) Log Message: ----------- Fixed grammatic error. Modified Paths: -------------- ACMServer/trunk/ACMServer/Plugins/TesterPlugins/TestRunnerPlugin/TestRunnerUserControl.cs Modified: ACMServer/trunk/ACMServer/Plugins/TesterPlugins/TestRunnerPlugin/TestRunnerUserControl.cs =================================================================== --- ACMServer/trunk/ACMServer/Plugins/TesterPlugins/TestRunnerPlugin/TestRunnerUserControl.cs 2009-01-09 20:33:38 UTC (rev 449) +++ ACMServer/trunk/ACMServer/Plugins/TesterPlugins/TestRunnerPlugin/TestRunnerUserControl.cs 2009-01-12 21:54:38 UTC (rev 450) @@ -111,7 +111,7 @@ { MessageBox.Show("Unknow result type when update form counters" + Environment.NewLine + - "retult type: " + text); + "return type: " + text); } UpdateCounters(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |