Fix: typo 'occured' -> 'occurred'
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 73d27b57b04effa5ad3307576e3b1461be63699c..46f330052aa8c04fdd440b6f4dd30485634678c5 100644 (file)
@@ -2026,7 +2026,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
 
                if (pending < 0) {
                        /*
-                        * An error occured while running the command;
+                        * An error occurred while running the command;
                         * don't send the 'pending' flag as the sessiond
                         * will not read it.
                         */
@@ -2070,7 +2070,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
 
                if (pending < 0) {
                        /*
-                        * An error occured while running the command;
+                        * An error occurred while running the command;
                         * don't send the 'pending' flag as the sessiond
                         * will not read it.
                         */
This page took 0.024921 seconds and 5 git commands to generate.