summaryrefslogtreecommitdiffstats
path: root/src/itdb_artwork.c
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-07 11:42:09 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-07 11:42:09 +0000
commit556fc94618f41671b50ab347a3ce994e9bec19ee (patch)
treebfeb42f5646a6e13dc2589345673747dc5b0bad8 /src/itdb_artwork.c
parented1a636d722b8195013f890ea7e86e3439c3c6b9 (diff)
downloadlibgpod-tmz-556fc94618f41671b50ab347a3ce994e9bec19ee.tar.gz
libgpod-tmz-556fc94618f41671b50ab347a3ce994e9bec19ee.tar.xz
libgpod-tmz-556fc94618f41671b50ab347a3ce994e9bec19ee.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/itdb_artwork.c')
-rw-r--r--src/itdb_artwork.c2
1 files changed, 1 insertions, 1 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;
}