git: 82a79d0590 - main - Status/2023Q1/cloud-init.adoc: Remove duplicate `the`

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Tue, 18 Apr 2023 11:58:09 UTC
The branch main has been updated by salvadore:

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

commit 82a79d05908ebc2307bd5cfe95f1af80c6b80012
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-18 11:53:31 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-04-18 11:57:46 +0000

    Status/2023Q1/cloud-init.adoc: Remove duplicate `the`
    
    Reported by:    ceri
    Approved by:    carlavilla (mentor)
    Differential Revision: https://reviews.freebsd.org/D39651
---
 website/content/en/status/report-2023-01-2023-03/cloud-init.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/status/report-2023-01-2023-03/cloud-init.adoc b/website/content/en/status/report-2023-01-2023-03/cloud-init.adoc
index c38d9c55ef..a55826028e 100644
--- a/website/content/en/status/report-2023-01-2023-03/cloud-init.adoc
+++ b/website/content/en/status/report-2023-01-2023-03/cloud-init.adoc
@@ -18,7 +18,7 @@ This has proven difficult, because it falsified my thesis that man:ifconfig[8] i
 
 While waiting for resources, I link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269767[debugged a boot panic] and got it fixed: gitref:499171a98c8813e4dc6e085461d5c47750efa555[repository=src].
 This now makes it possible to boot FreeBSD on LXD -- cloud-init's CI platform.
-We still need to fix the link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269823[the high CPU usage problem], but there is already an accepted review: link:https://reviews.freebsd.org/D38898[D38898]
+We still need to fix link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269823[the high CPU usage problem], but there is already an accepted review: link:https://reviews.freebsd.org/D38898[D38898]
 
 A cloud-init colleague who works for Azure managed to give me access to an link:https://learn.microsoft.com/en-us/azure/architecture/topics/high-performance-computing[HPC VM on Azure].
 Unfortunately, it was only for a limited time, and that was not enough to figure out how to get Infiniband up and running on FreeBSD — a task handled by link:https://github.com/Azure/WALinuxAgent/[Azure Agent] on Linux, but FreeBSD's package:sysutils/azure-agent[] is rather lacking.