[lttng-dev] [PATCH] Fixing a small typo in lttng-tools src/bin/lttng/conf.c

Thibault, Daniel Daniel.Thibault at drdc-rddc.gc.ca
Tue Jan 24 16:29:27 EST 2012


   This tiny patch fixes a small typo in lttng-tools-2.0-pre18+-4666e71 src/bin/lttng/conf.c:

diff --git a/src/bin/lttng/conf.c b/src/bin/lttng/conf.c
index d326378..4c3b1fd 100644
--- a/src/bin/lttng/conf.c
+++ b/src/bin/lttng/conf.c
@@ -171,7 +171,7 @@
 	fp = open_config(path, "r");
 	if (fp == NULL) {
 		ERR("Can't find valid lttng config %s/.lttngrc", path);
-		MSG("Did you create a session? (lttng create <my_sesion>)");
+		MSG("Did you create a session? (lttng create <my_session>)");
 		goto error;
 	}

Daniel U. Thibault
R & D pour la défense Canada - Valcartier (RDDC Valcartier) / Defence R&D Canada - Valcartier (DRDC Valcartier)
Système de systèmes (SdS) / System of Systems (SoS)
Solutions informatiques et expérimentations (SIE) / Computing Solutions and Experimentations (CSE)
2459 Boul. Pie XI Nord
Québec, QC  G3J 1X5
CANADA
Vox : (418) 844-4000 x4245
Fax : (418) 844-4538
NAC: 918V QSDJ
Gouvernement du Canada / Government of Canada
<http://www.valcartier.drdc-rddc.gc.ca/>



More information about the lttng-dev mailing list