Date: Sun, 8 Sep 2024 20:50:52 GMT From: Alan Somers <asomers@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 967b3685a44e - main - nfs: spellcheck a comment Message-ID: <202409082050.488Koqi4079348@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=967b3685a44e6a6b0d154c0954d48c6a117e91e6 commit 967b3685a44e6a6b0d154c0954d48c6a117e91e6 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2024-09-08 20:47:52 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2024-09-08 20:50:27 +0000 nfs: spellcheck a comment [skip ci] --- sys/fs/nfs/nfs_commonsubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nfs/nfs_commonsubs.c b/sys/fs/nfs/nfs_commonsubs.c index f0469958a43f..47ab4958f9c5 100644 --- a/sys/fs/nfs/nfs_commonsubs.c +++ b/sys/fs/nfs/nfs_commonsubs.c @@ -3437,7 +3437,7 @@ tryagain: /* * If an '@' is found and the domain name matches, search for * the name with dns stripped off. - * Mixed case alpahbetics will match for the domain name, but + * Mixed case alphabetics will match for the domain name, but * all upper case will not. */ if (cnt == 0 && i < len && i > 0 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409082050.488Koqi4079348>