Re: [PHP-DOC] cvs: phpdoc /en/functions image.xml From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/08/00

> Modified files:
> /phpdoc/en/functions image.xml
> Log:
> Small typo
>
> Index: phpdoc/en/functions/image.xml
> diff -u phpdoc/en/functions/image.xml:1.21 phpdoc/en/functions/image.xml:1.22
> --- phpdoc/en/functions/image.xml:1.21 Mon Aug 7 15:21:10 2000
> +++ phpdoc/en/functions/image.xml Mon Aug 7 17:39:02 2000
> @@ -2125,7 +2125,7 @@
> <para>
> The <function>read_exif_data</function> function reads the
> EXIF headers from a JPEG image file. It returns an associative
> - array where the indeces are the Exif header names and the values
> + array where the indexes are the Exif header names and the values
> are the values associated with those Exif headers. Exif headers
> tend to be present in JPEG images generated by digital cameras, but
> unfortunately each digital camera maker has a different idea of how

Is the plural of index not indeces?

-Rasmus