From: Mathieu Desnoyers Date: Fri, 11 Oct 2013 18:41:39 +0000 (-0400) Subject: Cleanup: fix typo X-Git-Tag: v2.3.1~6 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=bc2132757d4b72ae73b62665fbc5fdd425ca7f40 Cleanup: fix typo Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 475110cf..3db25651 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -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();