From: Lutz M. <lu...@us...> - 2006-02-13 07:32:30
|
Update of /cvsroot/libexif/libexif/libexif/canon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28080/libexif/canon Modified Files: mnote-canon-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-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- mnote-canon-entry.c 13 Jan 2006 07:43:27 -0000 1.16 +++ mnote-canon-entry.c 13 Feb 2006 07:31:49 -0000 1.17 @@ -293,7 +293,7 @@ mnote_canon_entry_get_value (const Mnote strncpy (val, _("Tungsten"), maxlen - strlen (val)); break; case 4: - strncpy (val, _("Flourescent"), maxlen - strlen (val)); + strncpy (val, _("Fluorescent"), maxlen - strlen (val)); break; case 5: strncpy (val, _("Flash"), maxlen - strlen (val)); |