From 149c77decdbc81979af5aa9853e346f9beebca79 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 Mar 2013 12:55:20 +0100 Subject: core: fix typos in many comments and some strings --- src/plugins/tcl/weechat-tcl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/tcl') diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index 733af1c45..82090b327 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -339,7 +339,7 @@ weechat_tcl_load (const char *filename) "parsing file \"%s\": %s"), weechat_prefix ("error"), TCL_PLUGIN_NAME, filename, Tcl_GetStringFromObj (Tcl_GetObjResult (interp), &i)); - /* this ok, maybe "register" was called, so not return */ + /* this OK, maybe "register" was called, so not return */ /* return 0; */ } @@ -817,7 +817,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) plugin_script_display_short_list (weechat_tcl_plugin, tcl_scripts); - /* init ok */ + /* init OK */ return WEECHAT_RC_OK; } -- cgit v1.2.3