diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
commit | 7d76aced28ec9c258bd533a4e33516f71f44b6de (patch) | |
tree | 51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /usr.sbin/pppd | |
parent | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff) | |
download | FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 0676e3c..2b70bc0 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -2234,7 +2234,7 @@ setdeflate(argv) } else ccp_allowoptions[0].deflate = 0; - /* XXX copy over settings for switch compatability */ + /* XXX copy over settings for switch compatibility */ ccp_wantoptions[0].baddeflate = ccp_wantoptions[0].deflate; ccp_wantoptions[0].baddeflate_size = ccp_wantoptions[0].deflate_size; ccp_allowoptions[0].baddeflate = ccp_allowoptions[0].deflate; |