X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdisable_consumer.c;h=4ecf3db1e19708fd4060b73f15b1d2503ed8f648;hb=c2063d0b0b102191bc656fabdab8a23ed570e9ba;hp=ca649ecd1518a4df17bde05c010522675df803db;hpb=785d2d0dc3aec3a4e44fcf677155dd07e8e4cc1f;p=lttng-tools.git diff --git a/src/bin/lttng/commands/disable_consumer.c b/src/bin/lttng/commands/disable_consumer.c index ca649ecd1..4ecf3db1e 100644 --- a/src/bin/lttng/commands/disable_consumer.c +++ b/src/bin/lttng/commands/disable_consumer.c @@ -37,7 +37,7 @@ int cmd_disable_consumer(int argc, const char **argv) { int ret; - MSG("The disable-consumer command is now obselete."); + MSG("The disable-consumer command is now obsolete."); ret = CMD_WARNING; return ret;