summaryrefslogtreecommitdiff
path: root/src/plugins/ruby/weechat-ruby.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-03-17 12:55:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-03-17 12:55:20 +0100
commit149c77decdbc81979af5aa9853e346f9beebca79 (patch)
tree99ba28af0c9747425ff923feb437f6ccc1ad3f88 /src/plugins/ruby/weechat-ruby.c
parent46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff)
downloadweechat-149c77decdbc81979af5aa9853e346f9beebca79.zip
core: fix typos in many comments and some strings
Diffstat (limited to 'src/plugins/ruby/weechat-ruby.c')
-rw-r--r--src/plugins/ruby/weechat-ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ruby/weechat-ruby.c b/src/plugins/ruby/weechat-ruby.c
index 0e2ec75e1..4e6d45c85 100644
--- a/src/plugins/ruby/weechat-ruby.c
+++ b/src/plugins/ruby/weechat-ruby.c
@@ -1174,7 +1174,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
plugin_script_display_short_list (weechat_ruby_plugin,
ruby_scripts);
- /* init ok */
+ /* init OK */
return WEECHAT_RC_OK;
}