X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.cpp;fp=src%2Fbin%2Flttng-relayd%2Fmain.cpp;h=4b7726d4e61b6466616d3e9242f2325cf871a357;hp=bc3c56f347a05b879c47b4a7a6d71cc31ef18e22;hb=0f1b1d2510d23e9a2a4baa9e2642ef97a35ef83f;hpb=40afd77dd6538b3c348677dacbbdb9105cb7e8d1 diff --git a/src/bin/lttng-relayd/main.cpp b/src/bin/lttng-relayd/main.cpp index bc3c56f34..4b7726d4e 100644 --- a/src/bin/lttng-relayd/main.cpp +++ b/src/bin/lttng-relayd/main.cpp @@ -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; }