1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

core: fix typo: occured -> occurred

This commit is contained in:
Sebastien Helleu
2011-11-03 16:59:54 +01:00
parent 4b1bc5ff1b
commit 4646e5c17c
15 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ weechat_tcl_load (const char *filename)
if (Tcl_EvalFile (interp, filename) != TCL_OK)
{
weechat_printf (NULL,
weechat_gettext ("%s%s: error occured while "
weechat_gettext ("%s%s: error occurred while "
"parsing file \"%s\": %s"),
weechat_prefix ("error"), TCL_PLUGIN_NAME, filename,
Tcl_GetStringFromObj (Tcl_GetObjResult (interp), &i));