diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index 4810d3f09..59b4db268 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -58,7 +58,7 @@ int CmdCalc::execute (std::string& output) Eval e; e.addSource (namedDates); e.addSource (domSource); - e.ambiguity (false); // TODO Could/should be configurable. + e.ambiguity (false); // TODO Configurable? e.debug (context.config.getBoolean ("debug")); // Compile all the args into one expression.