From 1e8e284c6b4da59a58fcd0765e8d304842085b18 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 16 Mar 2004 20:58:01 +0000 Subject: [PATCH] - Fixed typo --- ext/exif/exif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0