From: Derick Rethans Date: Tue, 16 Mar 2004 20:58:01 +0000 (+0000) Subject: - Fixed typo X-Git-Tag: php-5.0.0RC1RC2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e8e284c6b4da59a58fcd0765e8d304842085b18;p=php - Fixed typo --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 33135e5f39..80e5ec2fda 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -2862,7 +2862,7 @@ static int exif_process_IFD_TAG(image_info_type *ImageInfo, char *dir_entry, cha case TAG_FNUMBER: /* Simplest way of expressing aperture, so I trust it the most. - (overwrite previously computd value if there is one) */ + (overwrite previously computed value if there is one) */ ImageInfo->ApertureFNumber = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC); break;