git: ff9c4abd9fea - main - sysctl(9): Fix typo translatation -> translation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 14:43:01 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=ff9c4abd9feaf13cf911f4655234da7a62d0c7af
commit ff9c4abd9feaf13cf911f4655234da7a62d0c7af
Author: Damien Broka <git@damien.sh>
AuthorDate: 2023-09-11 11:15:18 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-12 14:42:03 +0000
sysctl(9): Fix typo translatation -> translation
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/839
---
share/man/man9/sysctl.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index d2001384c9aa..83f526b349a1 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -626,7 +626,7 @@ For example,
.Fn SYSCTL_INT
reports the raw value of an associated variable of type
.Vt int .
-However, nodes may also export a value that is a translatation of an internal
+However, nodes may also export a value that is a translation of an internal
representation.
.Pp
The