From 2db75994600e31b448852638e1fc403e0e9e1676 Mon Sep 17 00:00:00 2001 From: Kamran Mackey Date: Thu, 24 Dec 2015 05:02:34 -0700 Subject: [PATCH] Fixed a typo in wee-log.c Signed-off-by: Kamran Mackey --- src/core/wee-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-log.c b/src/core/wee-log.c index 89c844294..12de3a5c5 100644 --- a/src/core/wee-log.c +++ b/src/core/wee-log.c @@ -115,7 +115,7 @@ log_init () string_iconv_fprintf (stderr, _("Error: unable to create/append to log file (weechat.log)\n" "If another WeeChat process is using this file, try to run WeeChat\n" - "with another home using \"--dir\" command line option.\n")); + "with another home using the \"--dir\" command line option.\n")); exit (1); } log_printf ("WeeChat %s (%s %s %s)",