diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-03-10 10:29:27 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-03-10 10:29:27 +0000 |
commit | 20548f60a5abcc908ebeb4debb07eef0815bc4a0 (patch) | |
tree | 3d572441b4b0bd711e9e74547ce98e9dd732bc06 /usr.sbin/npppd | |
parent | 0f9485f602aa01a24ccba783905b2e6359d196c3 (diff) |
Fix "phone number" spelling.
ok yasuoka@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r-- | usr.sbin/npppd/pptp/pptp_call.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/npppd/pptp/pptp_call.c b/usr.sbin/npppd/pptp/pptp_call.c index 96b9cd0608e..467948f468e 100644 --- a/usr.sbin/npppd/pptp/pptp_call.c +++ b/usr.sbin/npppd/pptp/pptp_call.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pptp_call.c,v 1.10 2021/03/05 08:41:26 yasuoka Exp $ */ +/* $OpenBSD: pptp_call.c,v 1.11 2021/03/10 10:29:26 patrick Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $Id: pptp_call.c,v 1.10 2021/03/05 08:41:26 yasuoka Exp $ */ +/* $Id: pptp_call.c,v 1.11 2021/03/10 10:29:26 patrick Exp $ */ /**@file PPTP Call */ /* currently it supports PAC mode only */ #include <sys/types.h> @@ -802,7 +802,7 @@ pptp_call_OCRQ_string(struct pptp_ocrq *ocrq, char *buf, int lbuf) snprintf(buf, lbuf, "call_id=%u call_serial_number=%u max_bps=%u min_bps=%u bearer=%s " "framing=%s recv_winsz=%u packet_proccessing_delay=%u " - "phone_nunmber=%.*s subaddress=%.*s", + "phone_number=%.*s subaddress=%.*s", ocrq->call_id, ocrq->call_serial_number, ocrq->maximum_bps, ocrq->minimum_bps, pptp_bearer_string(ocrq->bearer_type), pptp_framing_string(ocrq->framing_type), ocrq->recv_winsz, |