# HG changeset patch # User nhjm449 # Date 1150787762 25200 # Node ID 3783e06f951be55a3a2fe12b97b7b8c8b1efdf99 # Parent a344e9836a4e1f497d5f0bc2527dee37ddb60e1f [svn] - s/Miscillaneous/Miscellaneous/ in audtool.c diff -r a344e9836a4e -r 3783e06f951b ChangeLog --- a/ChangeLog Tue Jun 20 00:05:04 2006 -0700 +++ b/ChangeLog Tue Jun 20 00:16:02 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-20 07:05:04 +0000 George Averill + revision [1548] + - cdaudio playlist tuple support; needs some fixing + + + Changes: Modified: + +72 -26 trunk/Plugins/Input/cdaudio/cdaudio.c + + 2006-06-20 06:39:11 +0000 William Pitcock revision [1546] - libaac: potential buffer overflow vulnerability fix diff -r a344e9836a4e -r 3783e06f951b audtool/audtool.c --- a/audtool/audtool.c Tue Jun 20 00:05:04 2006 -0700 +++ b/audtool/audtool.c Tue Jun 20 00:16:02 2006 -0700 @@ -75,7 +75,7 @@ {"", NULL, "Volume control"}, {"get-volume", get_volume, "returns the current volume level in percent"}, {"set-volume", set_volume, "sets the current volume level in percent"}, - {"", NULL, "Miscillaneous"}, + {"", NULL, "Miscellaneous"}, {"preferences", show_preferences_window, "shows/hides the preferences window"}, {"jumptofile", show_jtf_window, "shows the jump to file window"}, {"shutdown", shutdown_audacious_server, "shuts down audacious"},