Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26515/libexif
Modified Files:
exif-content.c
Log Message:
Fixed some typos in messages.
Index: exif-content.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-content.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -d -r1.21 -r1.22
--- exif-content.c 26 Jun 2007 02:16:31 -0000 1.21
+++ exif-content.c 30 Oct 2007 04:15:15 -0000 1.22
@@ -267,7 +267,7 @@ exif_content_fix (ExifContent *c)
e = exif_content_get_entry (c, t);
if (!e) break;
exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "exif-content",
- "Tag '%s' is not recoreded in IFD '%s' and has therefore been "
+ "Tag '%s' is not recorded in IFD '%s' and has therefore been "
"removed.", exif_tag_get_name_in_ifd (t, ifd),
exif_ifd_get_name (ifd));
exif_content_remove_entry (c, e);
|