diff options
author | brian <brian@FreeBSD.org> | 2001-07-02 12:23:28 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-07-02 12:23:28 +0000 |
commit | 40d8111902674e87fbda8d051a85242f5adf0bbc (patch) | |
tree | 2df187d46dc7bdc228cb0887bc72b30bfc0dc494 /share/examples | |
parent | 1bb64dfc819e10b815ba12be90a0be5652ba2b29 (diff) | |
download | FreeBSD-src-40d8111902674e87fbda8d051a85242f5adf0bbc.zip FreeBSD-src-40d8111902674e87fbda8d051a85242f5adf0bbc.tar.gz |
Fix some typos.
Submitted by: Jimmy Olgeni <olgeni@uli.it>
MFC after: 1 week
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 3c0e7a4..fce0826 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -23,7 +23,7 @@ # Default setup. Always executed when PPP is invoked. # This section is *not* pre-loaded by the ``load'' or ``dial'' commands. # -# This is the best place to specify your modem device, it's DTR rate, +# This is the best place to specify your modem device, its DTR rate, # your dial script and any logging specification. Logging specs should # be done first so that the results of subsequent commands are logged. # @@ -55,7 +55,7 @@ default: # specified IP actually being correct, therefore, the other side can assign # any IP number. # -# The forth arg to "set ifaddr" makes us send "0.0.0.0" as our requested +# The fourth arg to "set ifaddr" makes us send "0.0.0.0" as our requested # IP number, forcing the peer to make the decision. This is necessary # when negotiating with some (broken) ppp implementations. # @@ -425,7 +425,7 @@ dodgynet: # (although refer to the ``set radius'' command below for an alternative). # # Note: We may supply a third field in ppp.secret specifying the IP -# address for that user, a forth field to specify the +# address for that user, a fourth field to specify the # ppp.link{up,down} label to use and a fifth field to specify # callback characteristics. # |