Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit] codehealth: fix the typo
@ 2024-01-24 14:17 Sergey Kaplun via Tarantool-patches
  2024-01-25  7:15 ` Sergey Bronnikov via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2024-01-24 14:17 UTC (permalink / raw)
  To: Maxim Kokryashkin, Sergey Bronnikov; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-15 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 14:17 [Tarantool-patches] [PATCH luajit] codehealth: fix the typo Sergey Kaplun via Tarantool-patches
2024-01-25  7:15 ` Sergey Bronnikov via Tarantool-patches
2024-01-29 10:39 ` Maxim Kokryashkin via Tarantool-patches
2024-02-15 13:51 ` Igor Munkin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox