X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=7aef4d50f7dd575e34c704f5b2a82896af8f5db1;hp=2c29a45ca3a4ce569140553480bf804020130876;hb=1e2d9dfa3a424f2f668e97e91b20786f0edfaed6;hpb=512df0460fc4c7a4492c8feadf45bb8da6b4c166 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; }