[lttng-dev] [PATCH lttng-tools 1/2] Fix: typo 'retrive' -> 'retrieve'

Michael Jeanson mjeanson at efficios.com
Thu Nov 15 12:24:47 EST 2018


Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
 src/bin/lttng/commands/add_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
-- 
2.17.1



More information about the lttng-dev mailing list