typos in comments and man pages

This commit is contained in:
Alexandre Ratchov 2011-04-18 15:45:12 +02:00
parent 9c6c106593
commit 0cfe52ec5d
2 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ audio device to use if the
.Fl f
option is not specified.
.It Ev AUCAT_COOKIE
file containing a user's session cookie.
file containing user's session cookie.
.El
.Sh EXAMPLES
The following will mix and play two stereo streams,

View File

@ -261,7 +261,7 @@ struct cfdev {
SLIST_HEAD(cfdevlist, cfdev);
/*
* TCP addresses to listen on
* local network addresse to listen on
*/
struct cfnet {
SLIST_ENTRY(cfnet) entry;