Fixed a typo in an error message in sicsdata.c

This commit is contained in:
2016-08-02 11:19:41 +02:00
parent b7901a88c7
commit 7e764b100b

View File

@ -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;
}