Fix tpyo. --HG-- branch : HEAD
diff --git a/lib/zip_fopen.c b/lib/zip_fopen.c index dc10929..2a9930f 100644 --- a/lib/zip_fopen.c +++ b/lib/zip_fopen.c
@@ -1,7 +1,7 @@ /* - $NiH: zip_fopen.c,v 1.9 2004/04/14 14:01:24 dillo Exp $ + $NiH: zip_fopen.c,v 1.10 2004/04/16 09:40:28 dillo Exp $ - zip_fopen.c -- open file in zip archvie for reading + zip_fopen.c -- open file in zip archive for reading Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives.
diff --git a/lib/zipint.h b/lib/zipint.h index fe67c8e..acb370d 100644 --- a/lib/zipint.h +++ b/lib/zipint.h
@@ -2,7 +2,7 @@ #define _HAD_ZIPINT_H /* - $NiH: zipint.h,v 1.36 2004/12/22 16:32:01 dillo Exp $ + $NiH: zipint.h,v 1.37 2005/01/11 18:00:38 dillo Exp $ zipint.h -- internal declarations. Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner @@ -84,9 +84,9 @@ int nentry; /* number of entries */ int nentry_alloc; /* number of entries allocated */ struct zip_entry *entry; /* entries */ - int nfile; /* number of opened files within archvie */ + int nfile; /* number of opened files within archive */ int nfile_alloc; /* number of files allocated */ - struct zip_file **file; /* opened files within archvie */ + struct zip_file **file; /* opened files within archive */ }; /* file in zip archive, part of API */
diff --git a/libzip.pc.in b/libzip.pc.in index f810573..9115792 100644 --- a/libzip.pc.in +++ b/libzip.pc.in
@@ -6,7 +6,7 @@ zipcmp=zipcmp Name: libzip -Description: library for handling zip archvies +Description: library for handling zip archives Version: @VERSION@ Libs: -L${libdir} -lzip @LIBS@ Cflags: -I${includedir}
diff --git a/man/zip_fopen.mdoc b/man/zip_fopen.mdoc index 3072256..a4bd353 100644 --- a/man/zip_fopen.mdoc +++ b/man/zip_fopen.mdoc
@@ -1,6 +1,6 @@ -.\" $NiH: zip_fopen.mdoc,v 1.7 2004/11/17 21:55:15 wiz Exp $ +.\" $NiH: zip_fopen.mdoc,v 1.8 2004/12/22 16:37:48 wiz Exp $ .\" -.\" zip_fopen.mdoc -- open file in zip archvie for reading +.\" zip_fopen.mdoc -- open file in zip archive for reading .\" Copyright (C) 2003, 2004 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives.