From 7e764b100bbe357545c37935a15981193dc781ed Mon Sep 17 00:00:00 2001 From: koennecke Date: Tue, 2 Aug 2016 11:19:41 +0200 Subject: [PATCH] Fixed a typo in an error message in sicsdata.c --- sicsdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sicsdata.c b/sicsdata.c index ea556363..e589a916 100644 --- a/sicsdata.c +++ b/sicsdata.c @@ -683,7 +683,7 @@ static int copyHM(pSICSData self, int argc, char *argv[], } pHist = (pHistMem) FindCommandData(pSics, argv[1], "HistMem"); if (!pHist) { - SCWrite(pCon, "ERROR: histogram memory not found in copytimebin", + SCWrite(pCon, "ERROR: histogram memory not found in copyhm", eError); return 0; }