typo
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Sat, 4 Nov 2006 01:08:53 +0000 (01:08 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Sat, 4 Nov 2006 01:08:53 +0000 (01:08 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@723 7f574dfc-610e-0410-a909-a81674777703

src/audacious.c

index 8039483..ee28fe9 100644 (file)
@@ -202,7 +202,7 @@ void *audacious_thread_func(void *pvoid)
             break;
         }
 
-        /* Deliver the refreshed items array to g_items. */
+        /* Deliver the refreshed items array to audacious_items. */
         pthread_mutex_lock(&info.audacious.item_mutex);
         memcpy(&audacious_items,items,sizeof(items));
         pthread_mutex_unlock(&info.audacious.item_mutex);