Skip to content

Commit

Permalink
Fix "phone number" spelling.
Browse files Browse the repository at this point in the history
ok yasuoka@
  • Loading branch information
bluerise committed Mar 10, 2021
1 parent 678831b commit 78249cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr.sbin/npppd/pptp/pptp_call.c
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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>
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 78249cc

Please sign in to comment.