diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 15:40:04 -0500 |
|---|---|---|
| committer | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 16:03:14 -0500 |
| commit | efa5e3c8c6cd7559e1e9df397d8536a143615cdb (patch) | |
| tree | 2285f889081c854f8f70024cdb316ea97678e9f4 | |
| parent | doc: fix typos (diff) | |
| download | wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar.gz wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar.bz2 wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar.lz wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar.xz wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.tar.zst wayland-efa5e3c8c6cd7559e1e9df397d8536a143615cdb.zip | |
tests: fix typos
| -rw-r--r-- | tests/connection-test.c | 2 | ||||
| -rw-r--r-- | tests/newsignal-test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c index a06a3cc..c04845b 100644 --- a/tests/connection-test.c +++ b/tests/connection-test.c @@ -553,7 +553,7 @@ expected_fail_demarshal(struct marshal_data *data, const char *format, assert(errno == expected_error); } -/* These tests are verifying that the demarshaling code will gracefuly handle +/* These tests are verifying that the demarshaling code will gracefully handle * clients lying about string and array lengths and giving values near * UINT32_MAX. Before fixes f7fdface and f5b9e3b9 this test would crash on * 32bit systems. diff --git a/tests/newsignal-test.c b/tests/newsignal-test.c index f3a7bd9..051e10e 100644 --- a/tests/newsignal-test.c +++ b/tests/newsignal-test.c @@ -223,7 +223,7 @@ TEST(signal_readd_listener) { /* Readding a listener is supported, that is it doesn't trigger an * infinite loop or other weird things, but if in a listener you - * readd another listener, that will not be fired in the current + * re-add another listener, that will not be fired in the current * signal emission. */ test_set_timeout(4); |
