[libpeas] Fix typo



commit 4fcb48ea9177fc9a80be55950fdc26efd96d5b89
Author: Steve Frécinaux <code istique net>
Date:   Thu Mar 24 17:36:50 2011 +0100

    Fix typo

 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 7f8c6ce..54b39cd 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -217,7 +217,7 @@ peas_plugin_loader_python_load (PeasPluginLoader *loader,
     {
       g_warning ("Cannot load Python plugin '%s' since libpeas was "
                  "not able to initialize the Python interpreter",
-                 peas_plugin_info_get_modul_name (info));
+                 peas_plugin_info_get_module_name (info));
 
       return FALSE;
     }



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