Typo: occured -> occurred
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index 7bd65361a25a7b97063305ca8eec2e0b6551abbf..c652b6ee8417563c7c45cfec188770af6d2ce94c 100644 (file)
@@ -569,7 +569,7 @@ int handle_channel_monitoring_pipe(int fd, uint32_t revents,
        ret = handle_notification_thread_channel_sample(
                        state, fd, domain);
        if (ret) {
        ret = handle_notification_thread_channel_sample(
                        state, fd, domain);
        if (ret) {
-               ERR("[notification-thread] Consumer sample handling error occured");
+               ERR("[notification-thread] Consumer sample handling error occurred");
                ret = -1;
                goto end;
        }
                ret = -1;
                goto end;
        }
This page took 0.024571 seconds and 5 git commands to generate.