diff options
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) { |