From: Gerrit Renker Date: Sat, 7 Feb 2009 18:06:31 +0000 (+0100) Subject: Typos X-Git-Tag: v0.3.4~60 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8e300aadc904a0e8b7453be4fb571f68bab6234c;ds=sidebyside Typos Found when rtfm. --- 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.