git: acef496dcc - main - Status/2025Q1: grammar

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Mon, 19 May 2025 23:18:06 UTC
The branch main has been updated by maxim:

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

commit acef496dcc9ad99e10d99963dacd2791d40fbaad
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-05-19 23:17:21 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2025-05-19 23:17:21 +0000

    Status/2025Q1: grammar
---
 website/content/en/status/report-2025-01-2025-03/ci.adoc               | 2 +-
 website/content/en/status/report-2025-01-2025-03/clusteradm.adoc       | 2 +-
 website/content/en/status/report-2025-01-2025-03/hackathon-202503.adoc | 2 +-
 website/content/en/status/report-2025-01-2025-03/syzkaller-wifi.adoc   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/content/en/status/report-2025-01-2025-03/ci.adoc b/website/content/en/status/report-2025-01-2025-03/ci.adoc
index 281747007f..fca95f19f2 100644
--- a/website/content/en/status/report-2025-01-2025-03/ci.adoc
+++ b/website/content/en/status/report-2025-01-2025-03/ci.adoc
@@ -21,7 +21,7 @@ Concurrently, we collaborated with external projects and companies to enhance th
 Important completed tasks:
 
 * Add jobs to build amd64 main, stable/14, and stable/13 with GCC 14 (jhb@)
-* Woking with intern students to fix the failing and skipped test cases (lwhsu@)
+* Working with intern students to fix the failing and skipped test cases (lwhsu@)
 * Upgrade and switch the Jenkins server to LTS version.
 * Participate the Foundation's Sovereign Tech Agency (STA) work package C: improve the project's CI/CD
 
diff --git a/website/content/en/status/report-2025-01-2025-03/clusteradm.adoc b/website/content/en/status/report-2025-01-2025-03/clusteradm.adoc
index 441e795f75..1e54e5e0b9 100644
--- a/website/content/en/status/report-2025-01-2025-03/clusteradm.adoc
+++ b/website/content/en/status/report-2025-01-2025-03/clusteradm.adoc
@@ -25,7 +25,7 @@ In 2025Q1, we started upgrading critical services in the cluster and testing to
 ==== Git web interface mirrors
 
 While the project's public read-only git repository is built by a globally distributed mirror, the web interface (cgit) is not.
-We found there is increasing requirement of accessing it, and for improving the response time and reilibility, we setup the cgit on the mirrors around the world.
+We found there is increasing requirement of accessing it, and for improving the response time and reliability, we setup the cgit on the mirrors around the world.
 
 ==== FreeBSD official mirrors
 
diff --git a/website/content/en/status/report-2025-01-2025-03/hackathon-202503.adoc b/website/content/en/status/report-2025-01-2025-03/hackathon-202503.adoc
index 6b40424909..b66b0da6d2 100644
--- a/website/content/en/status/report-2025-01-2025-03/hackathon-202503.adoc
+++ b/website/content/en/status/report-2025-01-2025-03/hackathon-202503.adoc
@@ -13,7 +13,7 @@ Thanks to Christoff Visser and Internet Initiative Japan Inc. who sponsored the
 ===== Sheng-Yi Hung
 
 - man:ipheth[4]: The iPhone tethering uses NCM on newer iOS, modified ipheth(4) to supporting it. Patch: link:https://reviews.freebsd.org/D49431[]
-- Sccahe for FreeBSD base: the FreeBSD base supports ccache to cache the build result. For cross machine build, we need a distributed cache mechanism - that is - scccahe. In Hackathon, the patch for adding sccache support is created: link:https://reviews.freebsd.org/D49417[]
+- Sccahe for FreeBSD base: the FreeBSD base supports ccache to cache the build result. For cross machine build, we need a distributed cache mechanism - that is - sccache. In Hackathon, the patch for adding sccache support is created: link:https://reviews.freebsd.org/D49417[]
 
 ===== Kristof Provost
 
diff --git a/website/content/en/status/report-2025-01-2025-03/syzkaller-wifi.adoc b/website/content/en/status/report-2025-01-2025-03/syzkaller-wifi.adoc
index 7491381bd8..a741bbee5f 100644
--- a/website/content/en/status/report-2025-01-2025-03/syzkaller-wifi.adoc
+++ b/website/content/en/status/report-2025-01-2025-03/syzkaller-wifi.adoc
@@ -19,7 +19,7 @@ Some of the design details include:
 * Inject 802.11 frames via the existing ioctl interface provided by wtap
 * Inject 802.11 frames via the Netlink interface, which is not supported by FreeBSD for now
 
-We haved developed a WiFi fuzzer using existing ioctl interface provided by wtap.
+We have developed a WiFi fuzzer using existing ioctl interface provided by wtap.
 One can check out the result in this link:https://github.com/estarriol43/syzkaller/tree/freebsd/frame-injection-v2[branch].
 
 We hope to introduce Netlink interface, which is adopted by the Syzkaller to inject 802.11 frames into Linux kernel, to FreeBSD to improve the compatibilities between Linux and FreeBSD.