git: 79a0bb6311 - main - status/report-2022-07-2022-09/wifi.adoc: Fix typo

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Thu, 20 Oct 2022 21:14:47 UTC
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=79a0bb6311d3163a590772cec9a43b0931c21e81

commit 79a0bb6311d3163a590772cec9a43b0931c21e81
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2022-10-20 21:12:45 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-10-20 21:14:23 +0000

    status/report-2022-07-2022-09/wifi.adoc: Fix typo
    
    Approved by:    debdrup (status blanket)
---
 website/content/en/status/report-2022-07-2022-09/wifi.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/status/report-2022-07-2022-09/wifi.adoc b/website/content/en/status/report-2022-07-2022-09/wifi.adoc
index 284b81a769..5b7a5dd00a 100644
--- a/website/content/en/status/report-2022-07-2022-09/wifi.adoc
+++ b/website/content/en/status/report-2022-07-2022-09/wifi.adoc
@@ -17,7 +17,7 @@ Various work in progress:
 
  * Realtek's rtw88 PCI is in-tree as-is and after a fruitful discussion with Hans Petter Selasky at EuroBSDCon work on LinuxKPI USB support for the rtw88 USB WiFi dongles will continue.
 
- * Realtek's rtw89 driver was committed to main but is not connected to the build yet.  Scanning already works but packets are not yet passing. Having the driver in-tree already eased testing for users having that chipset in order to indentify more unimplemented LinuxKPI bits (some of which will help the other drivers as well) and reduced work for me.
+ * Realtek's rtw89 driver was committed to main but is not connected to the build yet.  Scanning already works but packets are not yet passing. Having the driver in-tree already eased testing for users having that chipset in order to identify more unimplemented LinuxKPI bits (some of which will help the other drivers as well) and reduced work for me.
 
  * The next drivers to probably hit the tree will be based on MediaTek's mt76 driver (for 7921 and 7915) which I have compiling and started testing.