Fix "phone number" spelling.
authorpatrick <patrick@openbsd.org>
Wed, 10 Mar 2021 10:29:26 +0000 (10:29 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 10 Mar 2021 10:29:26 +0000 (10:29 +0000)
ok yasuoka@

usr.sbin/npppd/pptp/pptp_call.c

index 96b9cd0..467948f 100644 (file)
@@ -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,