aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2023-12-28 15:54:15 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2023-12-28 15:54:15 +0000
commita434002f602f8fa7958bfbe5e31b735cd587857d (patch)
treedbeecf083e0dfb288645826cd297368106d435cc
parentdcbc363dada684eb4faff604ab2dcacf6160649c (diff)
downloaddoc-a434002f60.tar.gz
doc-a434002f60.zip
Typo fix: modifed -> modified
-rw-r--r--documentation/content/en/books/handbook/cutting-edge/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]