From 8e300aadc904a0e8b7453be4fb571f68bab6234c Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Sat, 7 Feb 2009 19:06:31 +0100 Subject: [PATCH] Typos Found when rtfm. --- acl.c | 4 ++-- ggo/config_file.m4 | 2 +- ggo/loglevel.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acl.c b/acl.c index 72869ee8..52eba1d4 100644 --- a/acl.c +++ b/acl.c @@ -205,8 +205,8 @@ void acl_allow(struct in_addr addr, int netmask, /** * Deny access for a range of IP addresses. * - * \param addr The address to permit. - * \param netmask The netmask of the entry to be permitted. + * \param addr The address to deny. + * \param netmask The netmask of the entry to be denied. * \param acl The access control list. * \param default_deny Whether \a acl is a whitelist. */ diff --git a/ggo/config_file.m4 b/ggo/config_file.m4 index 9e2ca407..318ba7a6 100644 --- a/ggo/config_file.m4 +++ b/ggo/config_file.m4 @@ -1,7 +1,7 @@ option "config_file" c #~~~~~~~~~~~~~~~~~~~~~ -"(default='DEFAULT_CONFIG_FILE'" +"(default='DEFAULT_CONFIG_FILE')" string typestr="filename" optional details=" diff --git a/ggo/loglevel.m4 b/ggo/loglevel.m4 index 0badbf4c..162d030b 100644 --- a/ggo/loglevel.m4 +++ b/ggo/loglevel.m4 @@ -11,7 +11,7 @@ details=" value. debug: Produces really noisy output. - info: Still noisy, but won't fill up the disk quicky. + info: Still noisy, but won't fill up the disk quickly. notice: Indicates normal, but significant event. warning: Unexpected events that can be handled. error: Unhandled error condition. -- 2.39.2