mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
Fix "phone number" spelling.
ok yasuoka@
This commit is contained in:
parent
678831be5e
commit
78249cc795
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user