Fix typos

Typos found with codespell and during code audit.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2024-09-12 15:26:26 +02:00 committed by Simon Ser
parent 8cad6f7b82
commit cc06c3825f
4 changed files with 6 additions and 6 deletions

View file

@ -686,7 +686,7 @@ TEST(connection_marshal_big_enough)
TEST(connection_marshal_unbounded_boundary_size)
{
/* A string of lenth 8178 requires a buffer size of exactly 2^13. */
/* A string of length 8178 requires a buffer size of exactly 2^13. */
struct marshal_data data;
char *big_string = malloc(8178);
assert(big_string);