Typo: occured -> occurred
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 327ea7fc34907119cde2662bb42ee34262179f5c..1793cac6b7e98804328ecc7f8d9fb29af5538beb 100644 (file)
@@ -469,7 +469,7 @@ int evaluate_condition_for_client(struct lttng_trigger *trigger,
        ret = evaluate_condition(condition, &evaluation, state, NULL,
                        last_sample, channel_info->capacity);
        if (ret) {
-               WARN("[notification-thread] Fatal error occured while evaluating a newly subscribed-to condition");
+               WARN("[notification-thread] Fatal error occurred while evaluating a newly subscribed-to condition");
                goto end;
        }
 
This page took 0.023352 seconds and 4 git commands to generate.