1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

scripts: fix typo in comment

This commit is contained in:
Sébastien Helleu
2016-03-12 20:31:02 +01:00
parent 3450bf7c73
commit b6b0249cac
+2 -2
View File
@@ -709,7 +709,7 @@ plugin_script_set_buffer_callbacks (struct t_weechat_plugin *weechat_plugin,
}
/*
* Removes callbacks for a buffer (called when a buffer is closed by user).
* Removes callbacks for a buffer (called when a buffer is closed by user).
*/
void
@@ -781,7 +781,7 @@ plugin_script_remove (struct t_weechat_plugin *weechat_plugin,
/*
* remove same pointers in other callbacks
* (to not free 2 times with same pointer!)
* (to not free two times the same pointer!)
*/
for (ptr_script_cb2 = ptr_script_cb->next_callback; ptr_script_cb2;
ptr_script_cb2 = ptr_script_cb2->next_callback)