Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2023 01:32:20 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d6de4d2a2390 - stable/13 - sysctl(9): Fix typo translatation -> translation
Message-ID:  <202309190132.38J1WKP0010648@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=d6de4d2a2390067ea45fa01a67da9a3758e6442f

commit d6de4d2a2390067ea45fa01a67da9a3758e6442f
Author:     Damien Broka <git@damien.sh>
AuthorDate: 2023-09-11 11:15:18 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-19 01:32:07 +0000

    sysctl(9): Fix typo translatation -> translation
    
    MFC after:      3 days
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/839
    
    (cherry picked from commit ff9c4abd9feaf13cf911f4655234da7a62d0c7af)
---
 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 e0bc17a1e46f..d6c03623e417 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -618,7 +618,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309190132.38J1WKP0010648>