1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix typo

This commit is contained in:
Sébastien Helleu
2023-07-31 21:51:08 +02:00
parent fad7231f90
commit 89090b10e8
+1 -1
View File
@@ -1702,7 +1702,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;
}