[Tarantool-patches] [PATCH luajit] codehealth: fix the typo
Sergey Bronnikov
sergeyb at tarantool.org
Thu Jan 25 10:15:34 MSK 2024
Hi, Sergey!
thanks! LGTM
On 1/24/24 17:17, Sergey Kaplun wrote:
> Fix the typo found with codespell 2.2.6 in files with our own source
> code.
> ---
>
> Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-fix-codespell
>
> The Tarantool's CI is broken for macOS for now, so just ignore these red
> crosses.
>
> test/tarantool-c-tests/misclib-getmetrics-capi.test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/tarantool-c-tests/misclib-getmetrics-capi.test.c b/test/tarantool-c-tests/misclib-getmetrics-capi.test.c
> index 1a4dce74..5bd619c6 100644
> --- a/test/tarantool-c-tests/misclib-getmetrics-capi.test.c
> +++ b/test/tarantool-c-tests/misclib-getmetrics-capi.test.c
> @@ -210,7 +210,7 @@ static void check_snap_restores(lua_State *L)
> luaM_metrics(L, &newm);
> /*
> * Remove `snap_restores` from stack.
> - * Must be done before potiential assert and exit from
> + * Must be done before potential assert and exit from
> * the test.
> */
> lua_pop(L, 1);
More information about the Tarantool-patches
mailing list