git: 5705569f3c00 - stable/14 - stand/lua: Fix two typos in the manual pages

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 22 Nov 2025 09:20:47 UTC
The branch stable/14 has been updated by gbe:

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

commit 5705569f3c00fdaedfa7c0ced2d1c51c8d3d2370
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-19 14:23:07 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-22 09:19:46 +0000

    stand/lua: Fix two typos in the manual pages
    
    - s/Additionnaly/Additionally/
    - s/commmand/command/
    
    (cherry picked from commit 6f14b6025a6f6475522697362aaf6c84514b85bf)
---
 stand/lua/config.lua.8 | 2 +-
 stand/lua/loader.lua.8 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stand/lua/config.lua.8 b/stand/lua/config.lua.8
index 7e8863203446..f918ab7ffbeb 100644
--- a/stand/lua/config.lua.8
+++ b/stand/lua/config.lua.8
@@ -66,7 +66,7 @@ as a configuration file
 .Pc
 and then process files listed in the
 .Ev loader_conf_files
-variable. Additionnaly, the top-level call to readConf will process files listed in the
+variable. Additionally, the top-level call to readConf will process files listed in the
 .Ev loader_conf_dirs
 and
 .Ev local_loader_conf_files
diff --git a/stand/lua/loader.lua.8 b/stand/lua/loader.lua.8
index ffee46526c9f..b750d42e2158 100644
--- a/stand/lua/loader.lua.8
+++ b/stand/lua/loader.lua.8
@@ -90,7 +90,7 @@ Obtains the value of the environment variable
 returns
 .Va true
 if
-.Va commmand
+.Va command
 is present in the interpreter as a builtin.
 Otherwise it returns
 .Va nil