diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2000-10-24 18:47:57 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2000-10-24 18:47:57 +0000 |
| commit | caf6015598689d597bc252c72acfb6f053689612 (patch) | |
| tree | 70180bb62a7f2f20d91310997627439679983252 /usr.sbin/inetd/inetd.h | |
| parent | db93a288e0387dac88716b149e102a76f422e97b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd/inetd.h')
| -rw-r--r-- | usr.sbin/inetd/inetd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index f956c1a8669e..fc1d31ab1223 100644 --- a/usr.sbin/inetd/inetd.h +++ b/usr.sbin/inetd/inetd.h @@ -73,7 +73,7 @@ struct servtab { #define MAXARGV 20 char *se_argv[MAXARGV+1]; /* program arguments */ #ifdef IPSEC - char *se_policy; /* IPsec poilcy string */ + char *se_policy; /* IPsec policy string */ #endif int se_fd; /* open descriptor */ union { /* bound address */ |
