# cvs diff -Nup pfctl_parser.c Index: pfctl_parser.c =================================================================== RCS file: /cvs/src/sbin/pfctl/pfctl_parser.c,v retrieving revision 1.253 diff -N -u -p pfctl_parser.c --- pfctl_parser.c 14 Dec 2009 12:31:45 -0000 1.253 +++ pfctl_parser.c 23 Dec 2009 01:09:45 -0000 @@ -1247,7 +1247,7 @@ ifa_exists(const char *ifa_name) if (iftab == NULL) ifa_load();
- /* check wether this is a group */ + /* check whether this is a group */ if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) err(1, "socket"); bzero(&ifgr, sizeof(ifgr));