]> granicus.if.org Git - php/commitdiff
- Fixed typo
authorDerick Rethans <derick@php.net>
Tue, 16 Mar 2004 20:58:01 +0000 (20:58 +0000)
committerDerick Rethans <derick@php.net>
Tue, 16 Mar 2004 20:58:01 +0000 (20:58 +0000)
ext/exif/exif.c

index 33135e5f39c5bc0430aa2dd0a37e89b68e7b140b..80e5ec2fda7c99c8bd8b70b84a516b0aa0081330 100644 (file)
@@ -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;