From efa5e3c8c6cd7559e1e9df397d8536a143615cdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maxime=20Roussin-B=C3=A9langer?= Date: Thu, 17 Dec 2020 15:40:04 -0500 Subject: [PATCH] tests: fix typos --- tests/connection-test.c | 2 +- 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); -- 2.7.4