From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Maxim Kokryashkin <m.kokryashkin@tarantool.org>,
Sergey Bronnikov <sergeyb@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit] codehealth: fix the typo
Date: Wed, 24 Jan 2024 17:17:55 +0300 [thread overview]
Message-ID: <20240124141755.26838-1-skaplun@tarantool.org> (raw)
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
next reply other threads:[~2024-01-24 14:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 14:17 Sergey Kaplun via Tarantool-patches [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240124141755.26838-1-skaplun@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=m.kokryashkin@tarantool.org \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit] codehealth: fix the typo' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox