spelling fix
authorpnixon <pnixon>
Wed, 11 Jul 2007 19:37:00 +0000 (19:37 +0000)
committerpnixon <pnixon>
Wed, 11 Jul 2007 19:37:00 +0000 (19:37 +0000)
src/modules/rlm_sqlippool/rlm_sqlippool.c

index e6d3c21..7895681 100644 (file)
@@ -99,7 +99,7 @@ typedef struct rlm_sqlippool_t {
        char *log_nopool;       /* There was no Framed-IP-Address but also no Pool-Name */
 
                                /* Reserved to handle 255.255.255.254 Requests */
-       char *defaultpool;      /* Default Pool-Name if there is non in the check items */
+       char *defaultpool;      /* Default Pool-Name if there is none in the check items */
 
 } rlm_sqlippool_t;