Revision: 5823 http://geany.svn.sourceforge.net/geany/?rev=5823&view=rev Author: eht16 Date: 2011-05-29 19:38:47 +0000 (Sun, 29 May 2011)
Log Message: ----------- Fix typo
Modified Paths: -------------- trunk/src/plugins.c
Modified: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c 2011-05-29 19:35:38 UTC (rev 5822) +++ trunk/src/plugins.c 2011-05-29 19:38:47 UTC (rev 5823) @@ -406,7 +406,7 @@
/* Prevent the same plugin filename being loaded more than once. - * Note: g_module_name always returns the .so name, even when Plugin::filename is an .la file. */ + * Note: g_module_name always returns the .so name, even when Plugin::filename is a .la file. */ static gboolean plugin_loaded(GModule *module) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.