Here the diff. @@ -28,7 +28,7 @@ because the original program does not have a manual page. .PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and -.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, .\" respectively. \fBalsaplayer\fP is a generic music player that can play back a large amount of file formats. @@ -40,7 +40,7 @@ .TP .B CD.cdda Special filename. Play a CD. /dev/cdrom will be used by default. Otherwise, -AlsapPlayer will use the device specified in your config file (usualy ~/.alsaplayer/config). +AlsapPlayer will use the device specified in your config file (usually ~/.alsaplayer/config). .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). @@ -126,7 +126,7 @@ Clear the whole playlist .TP .B \-\-quit -Quit the sesssion. +Quit the session. .SS Sound driver options: .TP .B \-d, \-\-device string Reproducible: Always media-sound/alsaplayer-0.99.80_rc1
Thanks for reporting. I will commit it into the svn right away.
(In reply to comment #1) > Thanks for reporting. I will commit it into the svn right away. > I'm lazy to open a new bug but minor thing, OggFLAC has been merged into FLAC itself so I believe that check is a bit outdated in configure.ac. It's also checking for GLIB 1.2 even if you pass --enable-gtk2 which seems wrong.
(In reply to comment #2) > (In reply to comment #1) > > Thanks for reporting. I will commit it into the svn right away. > > > > I'm lazy to open a new bug but minor thing, OggFLAC has been merged into FLAC > itself so I believe that check is a bit outdated in configure.ac. It's also > checking for GLIB 1.2 even if you pass --enable-gtk2 which seems wrong. > I just begun to look at it. It is also a few other problems with configure. The libmad test is wrong, it try to compile it even when libmad is not present in the system (we removed the outdated version that was sheeped with AP). And the echo statement in the nls test must be removed.
alsaplayer-0.99.80-rc4 is out. All of this and more is fixed. For libmad, I added a --enable-mad option to configure. The gtk test is removed and the flac test is changed. It is even a new feature: a pref option for song title in the title bar. See http://www.alsaplayer.org/changelog.php3 for the details.
I've added RC4 to tree, thanks Dominique.