From edb555b5791df39308cb5d9b1fc9883aab21951e Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 1 Nov 2021 17:06:35 -0400 Subject: [PATCH] Cleanup: typo: commiting -> committing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau Change-Id: If2c6ad336e783efb0a93f29f4c5090ad4c360b0a --- src/common/ust-consumer/ust-consumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1