diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 09:55:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 09:55:23 +0100 |
commit | 4d8a8cb9e01a057e926ed2c7b6dcf354ee0cedeb (patch) | |
tree | 7427c83a8d2c3e966aa924af84461cf5b96b50fc | |
parent | b9297c465967f69e291404de99bd7391ecb8e8ae (diff) | |
download | weechat-4d8a8cb9e01a057e926ed2c7b6dcf354ee0cedeb.zip |
python: fix typo in comment
-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, |