diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 21:51:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 21:51:08 +0200 |
commit | 73439d5a50ed895f6459806d8039f1f681d377d0 (patch) | |
tree | 59b7efc21a1b233653b1da83159f0cc96fe232ac /src/core | |
parent | 36ab9d97e40744785067c09ee96519ec5d3954f7 (diff) | |
download | weechat-73439d5a50ed895f6459806d8039f1f681d377d0.zip |
core: fix typo
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-doc.c b/src/core/wee-doc.c index 8014f4b72..33b2984d6 100644 --- a/src/core/wee-doc.c +++ b/src/core/wee-doc.c @@ -1698,7 +1698,7 @@ doc_generate (const char *path) } string_fprintf ( stderr, - "doc generator: you can turn this error as a warning " + "doc generator: you can turn this error into a warning " "with the cmake option ENABLE_DOC_WARN_LOCALE\n"); goto end; } |