From c247dfe391f1f7dfce4e4e936473e4e52a29b276 Mon Sep 17 00:00:00 2001
From: Hernan Asorey <asoreyh@gmail.com>
Date: Wed, 16 Dec 2015 21:38:03 -0300
Subject: [PATCH] Minor typo in raw.cc usage

---
 raw.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/raw.cc b/raw.cc
index 6b3cf6c..b20c45a 100644
--- a/raw.cc
+++ b/raw.cc
@@ -324,7 +324,7 @@ void TreatSecond(LagoGeneric *Data, LagoEvent*Pulse, int NbPulses) {
 void Usage(char *prog, int verbose=0)
 {
 	cout << "\t" << PROJECT << endl;
-	cout << "\tData analisys suite for the LAGO Project (L0 -> L1)" << endl; 
+	cout << "\tData analysis suite for the LAGO Project (L0 -> L1)" << endl; 
 	cout << endl;
 	cout << "\t(c) 2012-Today, The LAGO Project, http://lagoproject.org" << endl;
 	cout << "\t(c) 2012, LabDPR, http://labdpr.cab.cnea.gov.ar" << endl;
-- 
GitLab