1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

python: fix typo in comment

This commit is contained in:
Sebastien Helleu
2011-10-31 09:55:23 +01:00
parent b9297c4659
commit 4d8a8cb9e0
+1 -1
View File
@@ -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,