From: Michael Jeanson Date: Fri, 18 Oct 2019 21:12:22 +0000 (-0400) Subject: Fix typo 'Attemp' -> 'Attempt' X-Git-Tag: v2.12.0-rc1~298 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=87cee602585868bc895eec98a38c08964c08511d Fix typo 'Attemp' -> 'Attempt' Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/trace-chunk.c b/src/common/trace-chunk.c index afba60b38..20dbd0a5e 100644 --- a/src/common/trace-chunk.c +++ b/src/common/trace-chunk.c @@ -1269,7 +1269,7 @@ lttng_trace_chunk_registry_publish_chunk( * * Re-attempt to publish. */ - ERR("Attemp to publish a trace chunk to the chunk registry raced with a trace chunk deletion"); + ERR("Attempt to publish a trace chunk to the chunk registry raced with a trace chunk deletion"); continue; } }