mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix some misspellings
This commit is contained in:
parent
9ea7d259ef
commit
84b195d9fc
95 changed files with 143 additions and 143 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue