Cleanup: typo: everythong -> everything
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.cpp
index 4ddff45b4160e711391501fd67d02165aa0c0b32..6bdfe30c161ecbab118f8a9bcdae8c8c28f8304d 100644 (file)
@@ -2782,7 +2782,7 @@ int cmd_stop_trace(struct ltt_session *session)
        ksession = session->kernel_session;
        usess = session->ust_session;
 
-       /* Session is not active. Skip everythong and inform the client. */
+       /* Session is not active. Skip everything and inform the client. */
        if (!session->active) {
                ret = LTTNG_ERR_TRACE_ALREADY_STOPPED;
                goto error;
This page took 0.023677 seconds and 4 git commands to generate.