From 9edbbfcac2179cd567fea812db44d083a1ba303f Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Tue, 11 Dec 2018 21:25:05 +0100 Subject: [PATCH] spelling corrected --- core/xml_result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xml_result.cpp b/core/xml_result.cpp index 2e4ac7e..d1e53b9 100644 --- a/core/xml_result.cpp +++ b/core/xml_result.cpp @@ -575,7 +575,7 @@ int xml_result_writer::write_adc_to_file(const std::string& filename, const adc_ break; default: /* forget data */ - fprintf(stderr,"forgeting adc data\n"); + fprintf(stderr,"forgetting adc data\n"); } fprintf(out,"\n"); fclose(out);