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 18:41:39 +0000 (14:41 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c

index 60beef8f43d5625fbc6554acdedf226de67b2b9c..a06489fbef8a32bc5d29a12d844278575881a548 100644 (file)
@@ -982,7 +982,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.025117 seconds and 4 git commands to generate.