summaryrefslogtreecommitdiff
path: root/src/plugins/lua/weechat-lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/weechat-lua.c')
-rw-r--r--src/plugins/lua/weechat-lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/weechat-lua.c b/src/plugins/lua/weechat-lua.c
index ccc57fd63..f71cab326 100644
--- a/src/plugins/lua/weechat-lua.c
+++ b/src/plugins/lua/weechat-lua.c
@@ -860,7 +860,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
plugin_script_display_short_list (weechat_lua_plugin,
lua_scripts);
- /* init ok */
+ /* init OK */
return WEECHAT_RC_OK;
}