From 0cfe52ec5d7d8eacb8f85f88a6cc049bbf258fe3 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 18 Apr 2011 15:45:12 +0200 Subject: [PATCH] typos in comments and man pages --- aucat/aucat.1 | 2 +- aucat/aucat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;