Skip to content

Commit c3b84a5

Browse files
Typo, translate
Co-authored-by: aitap <[email protected]>
1 parent f013c0d commit c3b84a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fwrite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ void fwriteMain(fwriteMainArgs args)
10951095
int ret = WRITE(f, tail, 10);
10961096
compress_len += 10;
10971097
if (ret == -1)
1098-
STOP("Error: can't write gzip tailer"); // # nocov
1098+
STOP(_("Failed to write gzip trailer")); // # nocov
10991099
}
11001100
#endif
11011101

0 commit comments

Comments
 (0)