diff --git a/aucat/aucat.1 b/aucat/aucat.1 index 8e14e07..5e219ff 100644 --- a/aucat/aucat.1 +++ b/aucat/aucat.1 @@ -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, diff --git a/aucat/aucat.c b/aucat/aucat.c index 6f574b6..cb15fbd 100644 --- a/aucat/aucat.c +++ b/aucat/aucat.c @@ -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;