diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
commit | bdee604205b7485ae7e9cb0b6d1aa2e2553297a9 (patch) | |
tree | 90db82ccfd6991f5ec8558150130e86480f41ce6 /sbin/pfctl/pfctl_osfp.c | |
parent | 97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff) |
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'sbin/pfctl/pfctl_osfp.c')
-rw-r--r-- | sbin/pfctl/pfctl_osfp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_osfp.c b/sbin/pfctl/pfctl_osfp.c index 24cfabd0d9e..0467bdceb4f 100644 --- a/sbin/pfctl/pfctl_osfp.c +++ b/sbin/pfctl/pfctl_osfp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_osfp.c,v 1.2 2003/08/22 15:17:03 henning Exp $ */ +/* $OpenBSD: pfctl_osfp.c,v 1.3 2003/08/22 21:50:34 david Exp $ */ /* * Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org> @@ -369,7 +369,7 @@ pfctl_get_fingerprint(const char *name) * We'll do some fuzzy matching to pick up things like: * Linux 2.2.14 (version=2.2 subtype=14) * FreeBSD 4.0-STABLE (version=4.0 subtype=STABLE) - * Windows 2000 SP2 (versoin=2000 subtype=SP2) + * Windows 2000 SP2 (version=2000 subtype=SP2) */ #define CONNECTOR(x) ((x) == '.' || (x) == ' ' || (x) == '\t' || (x) == '-') wr_len = strlen(ptr); |