Hi! Thanks for the patch! LGTM -- Best regards, Maxim Kokryashkin     >Среда, 24 января 2024, 17:22 +03:00 от Sergey Kaplun : >  >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); >-- >2.43.0