Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 08:27:01 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f2411b9257eb - main - flua: Fix a typo in a source code comment
Message-ID:  <202209150827.28F8R1I0038658@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit f2411b9257eb8b7ca317f0d2cfd1f819f2938296
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:25:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-15 08:25:54 +0000

    flua: Fix a typo in a source code comment
    
    - s/paramter/parameter/
    
    MFC after:      3 days
---
 lib/flua/libjail/lua_jail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/flua/libjail/lua_jail.c b/lib/flua/libjail/lua_jail.c
index 025694bf1181..27db9c52f319 100644
--- a/lib/flua/libjail/lua_jail.c
+++ b/lib/flua/libjail/lua_jail.c
@@ -78,7 +78,7 @@ l_jail_filter(const char *param_name, void *data __unused)
 
 	/*
 	 * Allowing lastjid will mess up our iteration over all jails on the
-	 * system, as this is a special paramter that indicates where the search
+	 * system, as this is a special parameter that indicates where the search
 	 * starts from.  We'll always add jid and name, so just silently remove
 	 * these.
 	 */



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