[libpeas: 3/18] Fix comment in Python plugin loader



commit 655c6ba21fcb20fbd83486e41349c8e4cd78eaa9
Author: Garrett Regier <alias301 gmail com>
Date:   Thu Mar 3 02:58:44 2011 -0800

    Fix comment in Python plugin loader

 loaders/python/peas-plugin-loader-python.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index 1cbdf28..d27c9f9 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -554,7 +554,7 @@ peas_plugin_loader_python_init (PeasPluginLoaderPython *self)
   /* initialize python interpreter */
   peas_python_init (self);
 
-  /* loaded_plugins maps EggPluginsInfo to a PythonInfo */
+  /* loaded_plugins maps PeasPluginInfo to a PythonInfo */
   self->priv->loaded_plugins = g_hash_table_new_full (g_direct_hash,
                                                       g_direct_equal,
                                                       NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]