diff options
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 612c40f2c..f9f134417 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -571,7 +571,7 @@ weechat_python_load (const char *filename) if (PyErr_Occurred ()) PyErr_Print (); - /* if script was registered, removing from list */ + /* if script was registered, remove it from list */ if (python_current_script != NULL) { script_remove (weechat_python_plugin, |