From: Michael Jeanson Date: Tue, 24 May 2016 18:28:46 +0000 (-0400) Subject: Typo: Stoping -> Stopping X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5de63f6d18f9b58a65b50c8e773cc44a2bc37e0a Typo: Stoping -> Stopping Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/lttng-stop.1.txt b/doc/man/lttng-stop.1.txt index 6405d7b72..e2997e64a 100644 --- a/doc/man/lttng-stop.1.txt +++ b/doc/man/lttng-stop.1.txt @@ -18,7 +18,7 @@ DESCRIPTION The `lttng stop` command stops the various LTTng tracers for a given active tracing session. -Stoping the LTTng tracers has the effect that all enabled event rules +Stopping the LTTng tracers has the effect that all enabled event rules within enabled channels cannot make event sources _emit_ trace events anymore. diff --git a/tests/regression/tools/mi/test_mi b/tests/regression/tools/mi/test_mi index f3d2c330b..0e8fa672f 100755 --- a/tests/regression/tools/mi/test_mi +++ b/tests/regression/tools/mi/test_mi @@ -643,7 +643,7 @@ function test_start_stop () { #Extract session name from xml extract_xml $OUTPUT_DEST $XPATH_SESSION"/lttng:name/text()" result test "$result" = "$session_name" - ok $? "Mi test: stoped $session_name" + ok $? "Mi test: stopped $session_name" #Extract enabled expect false extract_xml $OUTPUT_DEST $XPATH_SESSION"/lttng:enabled/text()" result