diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:42:42 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:27 +0000 |
| commit | 1a28455cb5f59de98cd6085fce500b457eb80847 (patch) | |
| tree | 861a25d7749e2707c7d436083c11fc1c6ae7a6cc | |
| parent | e17c87d4a27509ed8324e69056b06dec878db064 (diff) | |
efirt.9: Fix a typo in the manual page
- s/retireved/retrieved/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/efirt.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/efirt.9 b/share/man/man9/efirt.9 index c31f52bf2245..e085916801d5 100644 --- a/share/man/man9/efirt.9 +++ b/share/man/man9/efirt.9 @@ -183,7 +183,7 @@ is NULL. .It Dv EIO The variable could not be retrieved due to a hardware error. .It Dv EDOOFUS -The variable could not be retireved due to an authentication failure. +The variable could not be retrieved due to an authentication failure. .El .Pp The |
