From: Michael Jeanson Date: Mon, 1 Nov 2021 21:06:35 +0000 (-0400) Subject: Cleanup: typo: commiting -> committing X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=edb555b5791df39308cb5d9b1fc9883aab21951e Cleanup: typo: commiting -> committing Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau Change-Id: If2c6ad336e783efb0a93f29f4c5090ad4c360b0a --- diff --git a/src/common/ust-consumer/ust-consumer.cpp b/src/common/ust-consumer/ust-consumer.cpp index c9ec3c557..a2bf099b2 100644 --- a/src/common/ust-consumer/ust-consumer.cpp +++ b/src/common/ust-consumer/ust-consumer.cpp @@ -2608,7 +2608,7 @@ int commit_one_metadata_packet(struct lttng_consumer_stream *stream) * if needed), the stream is "quiescent" after this commit. */ if (lttng_ust_ctl_flush_buffer(stream->ustream, 1)) { - ERR("Failed to flush buffer while commiting one metadata packet"); + ERR("Failed to flush buffer while committing one metadata packet"); ret = -EIO; } else { stream->quiescent = true;