summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-05 15:06:56 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-05 15:06:56 +0000
commitadc43abdec1f24379d5b152531e6b98c1964699f (patch)
treecd8872971dccd4a68c47c30e7a5b841ceed7890d
parent15dc544ef3ead60bae0a660e1ea8073e8cff1333 (diff)
downloadlibgpod-adc43abdec1f24379d5b152531e6b98c1964699f.tar.gz
libgpod-adc43abdec1f24379d5b152531e6b98c1964699f.tar.xz
libgpod-adc43abdec1f24379d5b152531e6b98c1964699f.zip
fix a few typos
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1624 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog4
-rw-r--r--README10
-rw-r--r--docs/reference/tmpl/itunesdb-db.sgml6
3 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a98b65..55918ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
* src/itdb.h:
remove references to Mac type timestamps
+ * README
+ docs/reference/tmpl/itunesdb-db.sgml:
+ fix a few typos
+
2007-07-04 Todd Zullinger <tmzullinger at users.sourceforge.net>
* po/fr.po:
diff --git a/README b/README
index cfe05f8..b79428b 100644
--- a/README
+++ b/README
@@ -16,8 +16,8 @@ answer).
Quick HOWTO use libgpod for audio
-itdb_parse(): read the iTunesDB and ArtbookDB
-itdb_write(): write the iTunesDB and ArtbookDB
+itdb_parse(): read the iTunesDB and ArtworkDB
+itdb_write(): write the iTunesDB and ArtworkDB
itdb_parse() will return a Itdb_iTunesDB structure with GLists
containing all tracks (each track is represented by a Itdb_Track
@@ -58,13 +58,13 @@ Please note that iTunes additionally stores the artwork as tags in the
original music file. That's also from where the data is read when
artwork is displayed in iTunes, and there can be more than one piece
of artwork. libgpod does not store the artwork as tags in the original
-music file. As a consequence, if you iTunes attempts to access the
+music file. As a consequence, if iTunes attempts to access the
artwork, it will find none, and remove libgpod's artwork. Luckily,
iTunes will only attempt to access the artwork if you select a track
-in Tunes. (To work around this, gtkpod keeps a list of the original
+in iTunes. (To work around this, gtkpod keeps a list of the original
filename of all artwork and silently adds the thumbnails if they were
'lost'. Your application might want to do something similar, or you
-can supply patches for optionally! adding tags to the original music
+can supply patches for (optionally!) adding tags to the original music
files.)
The Itdb_iTunesDB, Itdb_Playlist and Itdb_Track structures each have a
diff --git a/docs/reference/tmpl/itunesdb-db.sgml b/docs/reference/tmpl/itunesdb-db.sgml
index 9e3ee10..b80b5b3 100644
--- a/docs/reference/tmpl/itunesdb-db.sgml
+++ b/docs/reference/tmpl/itunesdb-db.sgml
@@ -70,14 +70,14 @@ Please note that iTunes additionally stores the artwork as tags
in the original music file. That's also from where the data is
read when artwork is displayed in iTunes, and there can be more
than one piece of artwork. libgpod does not store the artwork as
-tags in the original music file. As a consequence, if you iTunes
+tags in the original music file. As a consequence, if iTunes
attempts to access the artwork, it will find none, and remove
libgpod's artwork. Luckily, iTunes will only attempt to access
-the artwork if you select a track in Tunes. (To work around
+the artwork if you select a track in iTunes. (To work around
this, gtkpod keeps a list of the original filename of all
artwork and silently adds the thumbnails if they were 'lost'.
Your application might want to do something similar, or you can
-supply patches for optionally! adding tags to the original music
+supply patches for (optionally!) adding tags to the original music
files.)
</para>
<para>