X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fnotification.c;h=19df9bc3049f47681b4c8f494d56e5da9bdcf0f0;hp=f0149bc2f109db3c5b33167564117b6c498ef7fe;hb=43e0c2043398b4e87ead8e892b81dd1313f0f34d;hpb=f90f33457d7f0bb0e80907efd01f5bfb579d0a91 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); }