diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-11-19 14:23:07 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-11-19 14:23:07 +0000 |
| commit | 6f14b6025a6f6475522697362aaf6c84514b85bf (patch) | |
| tree | 7bda5e4daf6d1041a508e91c7b0ba38fc2ac0502 | |
| parent | 64bbcff94459153ae6e118d7776e379271bdc0b9 (diff) | |
stand/lua: Fix two typos in the manual pages
- s/Additionnaly/Additionally/
- s/commmand/command/
MFC after: 3 days
| -rw-r--r-- | stand/lua/config.lua.8 | 2 | ||||
| -rw-r--r-- | 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 |
