From: <rl...@us...> - 2006-10-17 14:25:54
|
Revision: 17497 http://svn.sourceforge.net/gaim/?rev=17497&view=rev Author: rlaager Date: 2006-10-17 07:25:49 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Fix a typo on the plugins page. Fixes SF Bug #1578809 Modified Paths: -------------- web/htdocs/plugins.php Modified: web/htdocs/plugins.php =================================================================== --- web/htdocs/plugins.php 2006-10-17 14:16:46 UTC (rev 17496) +++ web/htdocs/plugins.php 2006-10-17 14:25:49 UTC (rev 17497) @@ -49,7 +49,7 @@ "PyGaim" => array( "URL" => "http://pygaim.sourceforge.net/", - "TEXT" => " PyGaim is a gaim plugin that enables Gaim to be exstensible with Python." + "TEXT" => " PyGaim is a gaim plugin that enables Gaim to be extensible with Python." ), ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |