git: 95a487bba3 - main - Status/2024Q2/zcond.adoc: a typo fixed

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Sun, 07 Jul 2024 17:20:00 UTC
The branch main has been updated by maxim:

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

commit 95a487bba351fbe5ec291c304534c0c962684438
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-07-07 17:17:55 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-07-07 17:17:55 +0000

    Status/2024Q2/zcond.adoc: a typo fixed
---
 website/content/en/status/report-2024-04-2024-06/zcond.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/status/report-2024-04-2024-06/zcond.adoc b/website/content/en/status/report-2024-04-2024-06/zcond.adoc
index c9fefeb27a..f93c55c31f 100644
--- a/website/content/en/status/report-2024-04-2024-06/zcond.adoc
+++ b/website/content/en/status/report-2024-04-2024-06/zcond.adoc
@@ -27,7 +27,7 @@ Great care has to be given to security, because kernel instructions are overwrit
 More details and some implementation ideas can be found in the project proposal on the link:https://wiki.freebsd.org/SummerOfCode2024Projects/ZeroCostConditionalExecutionMechanism[project wiki page].
 More documents describing the implementation and design decisions will be produced, as the project moves along.
 
-The goal of the project is to produce a working implementaion of the mechanism for the x86-64 architecture.
+The goal of the project is to produce a working implementation of the mechanism for the x86-64 architecture.
 It will then be applied to an existing piece of kernel code and benchmarked.
 If the benchmark results come out positive, it will be ported to other architectures.