lua: fix typo

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2023-04-26 14:03:59 +02:00
parent 906142d020
commit 663964980f

View File

@@ -148,7 +148,7 @@ local record luacrun
status_container: (function (ctx: Ctx, id: string): ContainerStat | nil, string | nil)
-- Start the container.
-- Return `true` if success; `false` and the error messgae if failed
-- Return `true` if success; `false` and the error message if failed
start_container: (function (ctx: Ctx, id: string): boolean, string | nil)
-- Iterate all container names in `ctx`.