From 84b195d9fc5ba2b65ceb46d8ec3d4676bf51a538 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Thu, 9 Aug 2018 23:19:55 -0300 Subject: Fix some misspellings --- ext/zip/php_zip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 09a7d3a280..c4c3e90f53 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1917,7 +1917,7 @@ static ZIPARCHIVE_METHOD(statName) /* }}} */ /* {{{ proto resource ZipArchive::statIndex(int index[, int flags]) -Returns the zip entry informations using its index */ +Returns the zip entry information using its index */ static ZIPARCHIVE_METHOD(statIndex) { struct zip *intern; @@ -2713,7 +2713,7 @@ static ZIPARCHIVE_METHOD(unchangeArchive) /* {{{ proto bool ZipArchive::extractTo(string pathto[, mixed files]) Extract one or more file from a zip archive */ /* TODO: - * - allow index or array of indeces + * - allow index or array of indices * - replace path * - patterns */ -- cgit v1.2.1