diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-07 11:42:09 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-07 11:42:09 +0000 |
| commit | 064fa5b8ccb6c7c3c7738244bf48181b0e3ef605 (patch) | |
| tree | bfeb42f5646a6e13dc2589345673747dc5b0bad8 /src | |
| parent | 7117e96bba29897dc13a769825992a14ea184e6e (diff) | |
| download | libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.tar.gz libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.tar.xz libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.zip | |
* src/itdb_artwork.c
src/itdb_itunesdb.c
tests/test-photos.c:
Corrected some typos. Thanks to Daniele Forsi.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1427 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
| -rw-r--r-- | src/itdb_artwork.c | 2 | ||||
| -rw-r--r-- | src/itdb_itunesdb.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c index 648e67e..113c0f2 100644 --- a/src/itdb_artwork.c +++ b/src/itdb_artwork.c @@ -765,7 +765,7 @@ itdb_thumb_get_gdk_pixbuf (Itdb_Device *device, Itdb_Thumb *thumb) if (img_info == NULL) { - g_print (_("Unable to retreive thumbnail (appears to be on iPod, but no image info available): type: %d, filename: '%s'\n"), + g_print (_("Unable to retrieve thumbnail (appears to be on iPod, but no image info available): type: %d, filename: '%s'\n"), thumb->type, thumb->filename); return NULL; } diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c index a7a2730..6cdefa3 100644 --- a/src/itdb_itunesdb.c +++ b/src/itdb_itunesdb.c @@ -2509,7 +2509,7 @@ static gboolean process_OTG_file (FImport *fimp, FContents *cts, g_set_error (&fimp->error, ITDB_FILE_ERROR, ITDB_FILE_ERROR_CORRUPT, - _("OTG playlist file file ('%s'): entry length smaller than expected (%d<4)."), + _("OTG playlist file ('%s'): entry length smaller than expected (%d<4)."), cts->filename, entry_length); return FALSE; } |
