diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 16:26:11 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:57 +0100 |
commit | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (patch) | |
tree | ca5bd5e0f8b287523b676ff67516f09c2fd289c5 /src/htszlib.c | |
parent | b1a98a7f16885ff5935d7e159540f4c6acb393e3 (diff) |
Fixed typos
Diffstat (limited to 'src/htszlib.c')
-rw-r--r-- | src/htszlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htszlib.c b/src/htszlib.c index c3d8ca8..40bc948 100644 --- a/src/htszlib.c +++ b/src/htszlib.c @@ -48,7 +48,7 @@ Please visit our Website: http://www.httrack.com /* Unpack file into a new file - Return value: size of the new file, or -1 if an error occured + Return value: size of the new file, or -1 if an error occurred */ /* Note: utf-8 */ int hts_zunpack(char *filename, char *newfile) { |