From e03310cb0d187bcf73485f25e9c40893238b17af Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 24 Mar 2013 10:42:38 +0100 Subject: [PATCH] ruby: fix typo in comment --- src/plugins/ruby/weechat-ruby-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ruby/weechat-ruby-api.c b/src/plugins/ruby/weechat-ruby-api.c index 101caec96..a2acc67c3 100644 --- a/src/plugins/ruby/weechat-ruby-api.c +++ b/src/plugins/ruby/weechat-ruby-api.c @@ -1365,7 +1365,7 @@ weechat_ruby_api_config_new_option (VALUE class, VALUE config_file, /* * due to a Ruby limitation (15 arguments max by function), we receive the - * the callbacks in an array of 6 strings (3 callbacks + 3 data) + * callbacks in an array of 6 strings (3 callbacks + 3 data) */ if (RARRAY_LEN(callbacks) != 6) API_WRONG_ARGS(API_RETURN_EMPTY);