Mercurial > audlegacy
changeset 1319:3783e06f951b trunk
[svn] - s/Miscillaneous/Miscellaneous/ in audtool.c
author | nhjm449 |
---|---|
date | Tue, 20 Jun 2006 00:16:02 -0700 |
parents | a344e9836a4e |
children | d553c2d3ec2d |
files | ChangeLog audtool/audtool.c |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nhjm449@gmail.com> + 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 <nenolod@nenolod.net> revision [1546] - libaac: potential buffer overflow vulnerability fix
--- 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 @@ {"<sep>", 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"}, - {"<sep>", NULL, "Miscillaneous"}, + {"<sep>", 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"},