git: 967b3685a44e - main - nfs: spellcheck a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 20:50:52 UTC
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 &&