Cleanup: fix typo
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2013 18:41:39 +0000 (14:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2013 19:12:49 +0000 (15:12 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c

index 475110cfc0a5b3ba5e8c2ef1e3ece796faf50c68..3db256510f5b2161791d636ecb84dec63dda397e 100644 (file)
@@ -998,7 +998,7 @@ restart:
                        WARN("Error setting socket send timeout");
                }
        } else if (timeout < -1) {
-               WARN("Unsuppoorted timeout value %ld", timeout);
+               WARN("Unsupported timeout value %ld", timeout);
        }
 
        ust_lock();
This page took 0.025347 seconds and 4 git commands to generate.