diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/itdb_device.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ * src/itdb_itunesdb.c (playcounts_init): C&P error stat'ing the wrong file. Thanks to Raymond Walsh. + * src/itdb_device.c (itdb_set_sysinfo): Corrected comment. Thanks + to Daniele Forsi. + 2007-05-17 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb.h: warning about adding string fields diff --git a/src/itdb_device.c b/src/itdb_device.c index cbff36e..a79f0a4 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -496,7 +496,7 @@ gchar *itdb_device_get_sysinfo (Itdb_Device *device, const gchar *field) * @value: value to set (or NULL to remove the field). * * Set specified field. It can later be written to the iPod using - * itdb_device_read_sysinfo + * itdb_device_write_sysinfo() * **/ void itdb_device_set_sysinfo (Itdb_Device *device, |