Cleanup: typo: existance -> existence
[lttng-tools.git] / src / bin / lttng-relayd / main.cpp
index bc3c56f347a05b879c47b4a7a6d71cc31ef18e22..4b7726d4e61b6466616d3e9242f2325cf871a357 100644 (file)
@@ -3115,7 +3115,7 @@ static int relay_trace_chunk_exists(const struct lttcomm_relayd_hdr *recv_hdr,
        bool chunk_exists;
 
        if (!session || !conn->version_check_done) {
-               ERR("Trying to check for the existance of a trace chunk before version check");
+               ERR("Trying to check for the presence of a trace chunk before version check");
                ret = -1;
                goto end_no_reply;
        }
This page took 0.023893 seconds and 4 git commands to generate.