Module Name: src
Committed By: msaitoh
Date: Sat Jun 24 05:26:01 UTC 2023
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c
src/usr.sbin/ipwctl: ipwctl.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/ipwctl/ipwctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
diff -u src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c:1.8 src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c:1.9
--- src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c:1.8 Sun Mar 7 13:09:43 2021
+++ src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c Sat Jun 24 05:26:01 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: bta2dpd.c,v 1.8 2021/03/07 13:09:43 nat Exp $ */
+/* $NetBSD: bta2dpd.c,v 1.9 2023/06/24 05:26:01 msaitoh Exp $ */
/*-
* Copyright (c) 2015 - 2016 Nathanial Sloss <[email protected]>
@@ -625,7 +625,7 @@ usage(void)
"\t\tS Signal to Noise Ratio (SNR) bit allocation\n"
"\t\tL Loudness bit allocation (this is the default)\n"
"\n"
- "\tWithout specifiying any mode rate enoding and allocation\n"
+ "\tWithout specifying any mode rate enoding and allocation\n"
"\tthe channel the default is stereo, 16 blocks, 8 subbands,\n"
"\tloudness bit allocation, 441000 Hz.\n"
, getprogname(), getprogname(), getprogname());
Index: src/usr.sbin/ipwctl/ipwctl.c
diff -u src/usr.sbin/ipwctl/ipwctl.c:1.9 src/usr.sbin/ipwctl/ipwctl.c:1.10
--- src/usr.sbin/ipwctl/ipwctl.c:1.9 Sat Dec 15 19:44:55 2007
+++ src/usr.sbin/ipwctl/ipwctl.c Sat Jun 24 05:26:01 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: ipwctl.c,v 1.9 2007/12/15 19:44:55 perry Exp $ */
+/* $NetBSD: ipwctl.c,v 1.10 2023/06/24 05:26:01 msaitoh Exp $ */
/* Id: ipwctl.c,v 1.1.2.1 2004/08/19 16:24:50 damien Exp */
/*-
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ipwctl.c,v 1.9 2007/12/15 19:44:55 perry Exp $");
+__RCSID("$NetBSD: ipwctl.c,v 1.10 2023/06/24 05:26:01 msaitoh Exp $");
#include <sys/types.h>
#include <sys/ioctl.h>
@@ -184,7 +184,7 @@ static const struct statistic tbl[] = {
{ 27, "Number of reassociation requests transmitted", INT },
{ 28, "Number of reassociation responses transmitted", INT },
{ 29, "Number of probe requests transmitted", INT },
- { 30, "Number of probe reponses transmitted", INT },
+ { 30, "Number of probe responses transmitted", INT },
{ 31, "Number of beacons transmitted", INT },
{ 32, "Number of ATIM frames transmitted", INT },
{ 33, "Number of disassociation requests transmitted", INT },
@@ -232,7 +232,7 @@ static const struct statistic tbl[] = {
{ 89, "Number of reassociation requests received", INT },
{ 90, "Number of reassociation responses received", INT },
{ 91, "Number of probe requests received", INT },
- { 92, "Number of probe reponses received", INT },
+ { 92, "Number of probe responses received", INT },
{ 93, "Number of beacons received", INT },
{ 94, "Number of ATIM frames received", INT },
{ 95, "Number of disassociation requests received", INT },