summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-12-24 20:42:16 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-12-24 20:42:16 +0100
commit19a25bdd66d73aa193bed238c081686c2724feca (patch)
treeb9de965b5615ba86077231b15d7eba239531023e
parented32302011cc627b31df446380e6787bb7e29aa6 (diff)
parent2db75994600e31b448852638e1fc403e0e9e1676 (diff)
downloadweechat-19a25bdd66d73aa193bed238c081686c2724feca.zip
Merge pull request #634 from KamranMackey/fix-typo-in-weelog
core: fix typo in message displayed when the log file is locked
-rw-r--r--src/core/wee-log.c2
1 files changed, 1 insertions, 1 deletions
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)",