diff options
| author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-09-12 15:26:26 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-05-20 20:49:32 +0000 |
| commit | cc06c3825f38ab069ff787311c9ec9f172579347 (patch) | |
| tree | 33c1f292495d12108b61b3c5938876ce70c7d7c6 /tests | |
| parent | server: add wl_resource_get_interface() (diff) | |
| download | wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar.gz wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar.bz2 wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar.lz wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar.xz wayland-cc06c3825f38ab069ff787311c9ec9f172579347.tar.zst wayland-cc06c3825f38ab069ff787311c9ec9f172579347.zip | |
Fix typos
Typos found with codespell and during code audit.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/connection-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c index dde5d89..aed97a0 100644 --- a/tests/connection-test.c +++ b/tests/connection-test.c @@ -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); |
