git: f7b0434d2940 - main - Correct a grammo.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Mon, 04 Apr 2022 09:01:01 UTC
The branch main has been updated by schweikh:

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

commit f7b0434d2940b40669a132bcd00cca1353193f81
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-04-04 09:00:09 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-04-04 09:00:09 +0000

    Correct a grammo.
---
 stand/man/loader.8 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/stand/man/loader.8 b/stand/man/loader.8
index b71ac71e16ce..aff8c14d4a59 100644
--- a/stand/man/loader.8
+++ b/stand/man/loader.8
@@ -62,7 +62,7 @@ provides three different interpreters: Forth, Lua and Simple.
 The Forth loader is based on an ANS Forth compatible
 Forth interpreter based on FICL, by
 .An John Sadler .
-The Lua loader is includes a full Lua interpreter from
+The Lua loader is a full Lua interpreter from
 .Pa https://www.lua.org/ .
 The Simple loader only interprets a list of builtin commands
 without any control structure.
@@ -125,4 +125,3 @@ FICL was written by
 .An Warner Losh Aq imp@FreeBSD.org
 integrated Lua into the tree based on initial work done by Pedro Souza
 for the 2014 Google Summer of Code.
-