diff options
author | 2002-04-01 18:56:01 +0000 | |
---|---|---|
committer | 2002-04-01 18:56:01 +0000 | |
commit | 0b2ab0637e1034e93784e69d3b16e3a71a1cf7a8 (patch) | |
tree | efe20940a9ff6b98b21daf346f8bf0f3bf3f94e4 | |
parent | skip bad IVs; ok provos@/deraadt@ (diff) | |
download | wireguard-openbsd-0b2ab0637e1034e93784e69d3b16e3a71a1cf7a8.tar.xz wireguard-openbsd-0b2ab0637e1034e93784e69d3b16e3a71a1cf7a8.zip |
typo in comment
-rw-r--r-- | usr.sbin/authpf/authpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index 23c8aa37f55..c23917be449 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -283,7 +283,7 @@ main(int argc, char *argv[]) } /* read_config: - * reads config file in PATH_CONFILE to set optional behaviours up + * reads config file in PATH_CONFFILE to set optional behaviours up */ static void |