Update of /cvsroot/libexif/libexif/libexif/olympus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28080/libexif/olympus
Modified Files:
mnote-olympus-entry.c
Log Message:
2006-02-13 Lutz Mueller <lu...@to...>
* libexif/canon/mnote-canon-entry.c: Fix typo.
* libexif/exif-entry.c: s/compulsatory/compulsory
* libexif/exif-tag.c: Fix typo.
* libexif/olympus/mnote-olympus-entry.c: Fix typo.
* test/nls/test-nls.c: Add translators' comment.
Index: mnote-olympus-entry.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-entry.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -d -r1.21 -r1.22
--- mnote-olympus-entry.c 15 Aug 2005 20:29:17 -0000 1.21
+++ mnote-olympus-entry.c 13 Feb 2006 07:31:55 -0000 1.22
@@ -116,7 +116,7 @@ static struct {
{ {0, N_("Auto")},
{1, N_("Preset")},
{2, N_("Daylight")},
- {3, N_("Incandescense")},
+ {3, N_("Incandescence")},
{4, N_("Fluorescence")},
{5, N_("Cloudy")},
{6, N_("SpeedLight")},
|