From 43e0c2043398b4e87ead8e892b81dd1313f0f34d Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 10 Feb 2020 17:18:48 -0500 Subject: [PATCH] Tests: Fix typo: registerd -> registered MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Change-Id: I74f6956d732c41168dfdfa101c6fcad0af6ecebe Signed-off-by: Jérémie Galarneau --- tests/regression/tools/notification/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index f0149bc2f..19df9bc30 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -348,7 +348,7 @@ loop_end: * registered trigger fail. */ loop_ret = lttng_unregister_trigger(trigger); - ok(loop_ret == -LTTNG_ERR_TRIGGER_NOT_FOUND, "Unregister of a non-registerd trigger fails as expected: %s", test_tuple_string); + ok(loop_ret == -LTTNG_ERR_TRIGGER_NOT_FOUND, "Unregister of a non-registered trigger fails as expected: %s", test_tuple_string); } else { ok(loop_ret == -LTTNG_ERR_INVALID_TRIGGER, "Trigger is invalid as expected and cannot be registered: %s", test_tuple_string); } -- 2.34.1