procedure, not proceedure.

This commit is contained in:
Bill Fumerola 1999-05-30 21:31:18 +00:00
parent c008dec8df
commit 7cb30d6da3
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# #
# Originally written by Toshiharu OHNO # Originally written by Toshiharu OHNO
# #
# $Id: ppp.conf.sample,v 1.3 1999/03/28 00:22:44 brian Exp $ # $Id: ppp.conf.sample,v 1.4 1999/04/27 00:25:22 brian Exp $
# #
################################################################# #################################################################
@ -36,7 +36,7 @@ default:
# Although the PPP protocol is a peer to peer protocol, we normally # Although the PPP protocol is a peer to peer protocol, we normally
# consider the side that initiates the connection as the client and # consider the side that initiates the connection as the client and
# the side that receives the connection as the server. Authentication # the side that receives the connection as the server. Authentication
# is required by the server either using a unix-style login proceedure # is required by the server either using a unix-style login procedure
# or by demanding PAP or CHAP authentication from the client. # or by demanding PAP or CHAP authentication from the client.
# #
@ -81,7 +81,7 @@ pmdemand:
enable dns enable dns
# If you want to use PAP or CHAP instead of using a unix-style login # If you want to use PAP or CHAP instead of using a unix-style login
# proceedure, do the following. Note, the peer suggests whether we # procedure, do the following. Note, the peer suggests whether we
# should send PAP or CHAP. By default, we send whatever we're asked for. # should send PAP or CHAP. By default, we send whatever we're asked for.
# #
# You *MUST* customise ``MyName'' and ``MyKey'' below. # You *MUST* customise ``MyName'' and ``MyKey'' below.