summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-19 10:58:09 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-19 10:58:09 +0000
commit069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch)
tree443cca5dca37d3a0532829c41e46e95006b5a6b5 /lib
parent6164249d06252e2101a730993f4440c8965e58da (diff)
occured->occurred
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
Diffstat (limited to 'lib')
-rw-r--r--lib/libz/gzio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/gzio.c b/lib/libz/gzio.c
index 6048d549be0..8df99a3581c 100644
--- a/lib/libz/gzio.c
+++ b/lib/libz/gzio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gzio.c,v 1.5 2000/03/02 00:29:52 todd Exp $ */
+/* $OpenBSD: gzio.c,v 1.6 2001/09/19 10:58:07 mpech Exp $ */
/* gzio.c -- IO on .gz files
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -842,9 +842,9 @@ int ZEXPORT gzclose (file)
}
/* ===========================================================================
- Returns the error message for the last error which occured on the
+ Returns the error message for the last error which occurred on the
given compressed file. errnum is set to zlib error number. If an
- error occured in the file system and not in the compression library,
+ error occurred in the file system and not in the compression library,
errnum is set to Z_ERRNO and the application may consult errno
to get the exact error code.
*/