Fix: typo 'retrive' -> 'retrieve'
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index 2c29a45ca3a4ce569140553480bf804020130876..7aef4d50f7dd575e34c704f5b2a82896af8f5db1 100644 (file)
@@ -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;
        }
This page took 0.024903 seconds and 5 git commands to generate.