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

ruby: fix typo in comment

This commit is contained in:
Sebastien Helleu
2013-03-24 10:42:38 +01:00
parent cfe043e4b0
commit e03310cb0d
+1 -1
View File
@@ -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);