SF.net SVN: geany:[5823] trunk/src/plugins.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 29 19:38:47 UTC 2011


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.



More information about the Commits mailing list