summaryrefslogtreecommitdiff
path: root/src/warc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/warc.c')
-rw-r--r--src/warc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/warc.c b/src/warc.c
index 2eb7496..74c8ad9 100644
--- a/src/warc.c
+++ b/src/warc.c
@@ -1,5 +1,6 @@
/* Utility functions for writing WARC files.
- Copyright (C) 2011-2012, 2015, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2015, 2018-2019 Free Software Foundation,
+ Inc.
This file is part of GNU Wget.
@@ -490,7 +491,7 @@ warc_sha1_stream_with_payload (FILE *stream, void *res_block, void *res_payload,
if (n == 0)
{
- /* Check for the error flag IFF N == 0, so that we don't
+ /* Check for the error flag IF N == 0, so that we don't
exit the loop after a partial read due to e.g., EAGAIN
or EWOULDBLOCK. */
if (ferror (stream))