1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: fix typo in comment

This commit is contained in:
Sebastien Helleu
2012-12-01 12:34:22 +01:00
parent 72959d1d8b
commit 638b2e3f1c
+1 -1
View File
@@ -120,7 +120,7 @@ struct t_gui_buffer
const char *nick2);
void *nickcmp_callback_data; /* data for callback */
/* inupt */
/* input */
int input; /* = 1 if input is enabled */
int (*input_callback)(void *data, /* called when user send data */
struct t_gui_buffer *buffer,