Fix: misc spelling errors
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 7f27eae078a45abd28535db63760e3aaecc1cf64..e029b42d8f93827ac70da99203608abd80214e19 100644 (file)
@@ -2953,9 +2953,9 @@ int ust_app_version(struct ust_app *app)
        ret = ustctl_tracer_version(app->sock, &app->version);
        if (ret < 0) {
                if (ret != -LTTNG_UST_ERR_EXITING && ret != -EPIPE) {
-                       ERR("UST app %d verson failed with ret %d", app->sock, ret);
+                       ERR("UST app %d version failed with ret %d", app->sock, ret);
                } else {
-                       DBG3("UST app %d verion failed. Application is dead", app->sock);
+                       DBG3("UST app %d version failed. Application is dead", app->sock);
                }
        }
 
This page took 0.02388 seconds and 4 git commands to generate.