Fix: misc spelling errors
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index a8a11dcee41729f56da30f1f34e62b0a7fa3b4b2..4b52d599258ca301bbaede1587fa1c559b5c47e1 100644 (file)
@@ -308,7 +308,7 @@ int ust_consumer_get_channel(struct consumer_socket *socket,
                cds_list_add_tail(&stream->list, &ua_chan->streams.head);
                ua_chan->streams.count++;
 
-               DBG2("UST app stream %d received succesfully", ua_chan->streams.count);
+               DBG2("UST app stream %d received successfully", ua_chan->streams.count);
        }
 
        /* This MUST match or else we have a synchronization problem. */
This page took 0.022948 seconds and 4 git commands to generate.