mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
+1
-1
@@ -1421,7 +1421,7 @@ weeurl_download (const char *url, struct t_hashtable *options,
|
||||
snprintf (url_error, sizeof (url_error),
|
||||
(i == 0) ?
|
||||
_("file \"%s\" not found") :
|
||||
_("can not write file \"%s\""),
|
||||
_("cannot write file \"%s\""),
|
||||
url_file[i].filename);
|
||||
rc = 4;
|
||||
goto end;
|
||||
|
||||
Reference in New Issue
Block a user