From 069129fa3dc05a0a58ae70a73696d129ecfdfbef Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Wed, 19 Sep 2001 10:58:09 +0000 Subject: occured->occurred idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ --- lib/libz/gzio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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. */ -- cgit v1.2.3