Typos
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sat, 7 Feb 2009 18:06:31 +0000 (19:06 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 16 Feb 2009 16:45:00 +0000 (17:45 +0100)
Found when rtfm.

acl.c
ggo/config_file.m4
ggo/loglevel.m4

diff --git a/acl.c b/acl.c
index 72869ee8c79f71756dad66ebac0763592c07be39..52eba1d47a4ba6d90cbffd8f6df69036acc36b6f 100644 (file)
--- 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.
  */
index 9e2ca40708a129d60cdfac4edec186b47f419d25..318ba7a68101350630f04fec7af22716dabe6fc4 100644 (file)
@@ -1,7 +1,7 @@
 <qu>
 option "config_file" c
 #~~~~~~~~~~~~~~~~~~~~~
-"(default='</qu>DEFAULT_CONFIG_FILE<qu>'"
+"(default='</qu>DEFAULT_CONFIG_FILE<qu>')"
 string typestr="filename"
 optional
 details="
index 0badbf4cda82ef9ef2dce8daf917b4f3f52c896c..162d030b35d143e9fd4123c8d6e5bd8414530b14 100644 (file)
@@ -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.