From: Mathieu Desnoyers Date: Fri, 11 Oct 2013 18:41:39 +0000 (-0400) Subject: Cleanup: fix typo X-Git-Tag: v2.2.2~6 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=f318857543b820fc91bd7c2ddb14dd1a3b7bf285 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 60beef8f..a06489fb 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -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();