From bd5a7b4ff1c2e1b3e5b14cf24e5b1cf1cef05c54 Mon Sep 17 00:00:00 2001 From: Szymon Szott Date: Wed, 2 Mar 2022 09:21:19 +0000 Subject: [PATCH] wifi: fix typo in wifi-backward-compatibility.cc --- examples/wireless/wifi-backward-compatibility.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wireless/wifi-backward-compatibility.cc b/examples/wireless/wifi-backward-compatibility.cc index 1ca26ebd5..858332d63 100644 --- a/examples/wireless/wifi-backward-compatibility.cc +++ b/examples/wireless/wifi-backward-compatibility.cc @@ -39,7 +39,7 @@ // network where the AP and the station use different 802.11 standards. // // It outputs the throughput for a given configuration: user can specify -// the 802.11 versions for the AT and the station as well as their rate +// the 802.11 versions for the AP and the station as well as their rate // adaptation algorithms. It also allows to decide whether the station, // the AP or both has/have traffic to send. //