fix some spelling mistakes in comments

This commit is contained in:
AdenKoperczak 2024-10-13 10:00:37 -04:00
parent 25fb9bdae0
commit bc3b1ad3d2

View file

@ -121,8 +121,8 @@ public:
/** /**
* Sets the unit to be used by this setting. * Sets the unit to be used by this setting.
* *
* @param scale The radio of the current unit to the base unit * @param scale The ratio of the current unit to the base unit
* @param abbreviation The abreviation to be displayed * @param abbreviation The abbreviation to be displayed
*/ */
void SetUnit(const double& scale, const std::string& abbreviation); void SetUnit(const double& scale, const std::string& abbreviation);