|
From: <exo...@us...> - 2006-09-17 21:54:26
|
Revision: 2548
http://svn.sourceforge.net/ccnet/?rev=2548&view=rev
Author: exortech
Date: 2006-09-17 14:54:20 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
fixing spelling mistake in installer script
Modified Paths:
--------------
trunk/ccnet.nsi
Modified: trunk/ccnet.nsi
===================================================================
--- trunk/ccnet.nsi 2006-09-14 05:57:17 UTC (rev 2547)
+++ trunk/ccnet.nsi 2006-09-17 21:54:20 UTC (rev 2548)
@@ -143,7 +143,7 @@
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "The core CruiseControl.NET server."
!insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "The ASP.NET Web Dashboard for configuring and monitoring builds managed by CruiseControl.NET."
- !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Documetation for the CruiseControl.NET Product Suite"
+ !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Documentation for the CruiseControl.NET Product Suite"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
; Installer functions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|