From e257e2f7964170c1a9bc75c269c0663f82e56c74 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 10 Sep 2012 15:20:09 +0000 Subject: [PATCH] editted measurement command git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@247 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp index 5578862df..e4839249e 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp @@ -555,7 +555,7 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) { i++; - descrToFuncMap[i].m_pFuncName="measurments"; // + descrToFuncMap[i].m_pFuncName="measurements"; // descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdTimer; i++; @@ -2956,7 +2956,7 @@ string slsDetectorCommand::cmdTimer(int narg, char *args[], int action) { index=CYCLES_NUMBER; else if (cmd=="probes") index=PROBES_NUMBER; - else if (cmd=="measurments") + else if (cmd=="measurements") index=MEASUREMENTS_NUMBER; else return string("could not decode timer ")+cmd;