git: 97e387eb08 - main - Typo fix: simpliest -> simplest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 17:08:09 UTC
The branch main has been updated by bcr:
URL: https://cgit.FreeBSD.org/doc/commit/?id=97e387eb08f8381a3f00f7f15c12ff52fb6d793e
commit 97e387eb08f8381a3f00f7f15c12ff52fb6d793e
Author: Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-12-28 17:07:42 +0000
Commit: Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-12-28 17:07:42 +0000
Typo fix: simpliest -> simplest
---
documentation/content/en/books/handbook/security/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc
index 20b9a16586..88a48be19b 100644
--- a/documentation/content/en/books/handbook/security/_index.adoc
+++ b/documentation/content/en/books/handbook/security/_index.adoc
@@ -393,7 +393,7 @@ Execute the following command to install it:
After the installation [.filename]#/usr/local/etc/doas.conf# must be configured to grant access for users for specific commands, or roles.
-The simpliest entry could be the following, which grants the user `local_user` with `root` permissions without asking for its password when executing the doas command.
+The simplest entry could be the following, which grants the user `local_user` with `root` permissions without asking for its password when executing the doas command.
[.programlisting]
....