summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2011-03-24 17:36:50 +0100
committerSteve Frécinaux <code@istique.net>2011-03-24 17:36:50 +0100
commit4fcb48ea9177fc9a80be55950fdc26efd96d5b89 (patch)
tree64b1402671cb94c79823bc6605be6f9897ef59bd
parent75e3f29484f946a2fcfaa7689b11633eb89cdd6a (diff)
downloadlibpeas-4fcb48ea9177fc9a80be55950fdc26efd96d5b89.tar.gz
Fix typo
-rw-r--r--loaders/python/peas-plugin-loader-python.c2
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;
}