From d2c1ca7cd1fabc7a74f383b8c14d2d163ae07a51 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Thu, 8 Sep 2016 17:54:43 +0200 Subject: [PATCH] Update Control.cpp Small typo. I didn't make the changes in the program's variable/function since I don't know what would be the implications (I'm not a coder). Hope that helps. --- Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control.cpp b/Control.cpp index 502b657..adc5f13 100644 --- a/Control.cpp +++ b/Control.cpp @@ -137,7 +137,7 @@ std::string Control::get_stretch_info(){ if (years==1) snprintf(stryears,size," 1 year"); else snprintf(stryears,size," %d years",years); }; - snprintf(tmp,size,"Stretch: %.7gx (%d milleniums%s)",process.stretch,milleniums,stryears); + snprintf(tmp,size,"Stretch: %.7gx (%d millenniums%s)",process.stretch,milleniums,stryears); return tmp; }; if (realduration>(365.25*86400.0)){//more than 1 year