1
0
Fork 0

Fix a comment typo

This commit is contained in:
James Turner 2020-04-24 21:51:05 +01:00
parent aae2ddd7e4
commit 027bd7105e

View file

@ -35,7 +35,7 @@ void AbstractInstrument::readConfig(SGPropertyNode* config,
}
// the default output values are volts, but various places have been
// treating the value as a bool,, so we default to 1.0 as our minimum
// treating the value as a bool, so we default to 1.0 as our minimum
// supply volts
_minimumSupplyVolts = config->getDoubleValue("minimum-supply-volts", 1.0);
}