From: Michael Jeanson Date: Thu, 15 Nov 2018 17:24:47 +0000 (-0500) Subject: Fix: typo 'retrive' -> 'retrieve' X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=1e2d9dfa3a424f2f668e97e91b20786f0edfaed6 Fix: typo 'retrive' -> 'retrieve' Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index 2c29a45ca..7aef4d50f 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -541,7 +541,7 @@ int mi_open(void) ret = fileno(stdout); if (ret < 0) { - PERROR("Unable to retrive fileno of stdout"); + PERROR("Unable to retrieve fileno of stdout"); ret = CMD_ERROR; goto end; }