git: a434002f60 - main - Typo fix: modifed -> modified

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 15:54:44 UTC
The branch main has been updated by bcr:

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

commit a434002f602f8fa7958bfbe5e31b735cd587857d
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-12-28 15:54:15 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-12-28 15:54:15 +0000

    Typo fix: modifed -> modified
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 27f330a938..448e0e348f 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -182,7 +182,7 @@ The process of applying FreeBSD security patches has been simplified, allowing a
 More information about FreeBSD security advisories can be found in crossref:security[security-advisories,"FreeBSD Security Advisories"].
 
 FreeBSD security patches may be downloaded and installed using the following commands.
-The first command will determine if any outstanding patches are available, and if so, will list the files that will be modifed if the patches are applied.
+The first command will determine if any outstanding patches are available, and if so, will list the files that will be modified if the patches are applied.
 The second command will apply the patches.
 
 [source,shell]