[lttng-dev] [PATCH lttng-tools] Fix typo 'Attemp' -> 'Attempt'
Michael Jeanson
mjeanson at efficios.com
Fri Oct 18 17:12:22 EDT 2019
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
src/common/trace-chunk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}
}
--
2.17.1
More information about the lttng-dev
mailing list