From bc3b1ad3d250b190d56b119d4114121a2e62fc83 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Sun, 13 Oct 2024 10:00:37 -0400 Subject: [PATCH] fix some spelling mistakes in comments --- scwx-qt/source/scwx/qt/settings/settings_interface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scwx-qt/source/scwx/qt/settings/settings_interface.hpp b/scwx-qt/source/scwx/qt/settings/settings_interface.hpp index 84812f4f..a0005098 100644 --- a/scwx-qt/source/scwx/qt/settings/settings_interface.hpp +++ b/scwx-qt/source/scwx/qt/settings/settings_interface.hpp @@ -121,8 +121,8 @@ public: /** * Sets the unit to be used by this setting. * - * @param scale The radio of the current unit to the base unit - * @param abbreviation The abreviation to be displayed + * @param scale The ratio of the current unit to the base unit + * @param abbreviation The abbreviation to be displayed */ void SetUnit(const double& scale, const std::string& abbreviation);