From 76c4bda211382ae767489a5064c9e000cb071ee3 Mon Sep 17 00:00:00 2001 From: Max Friedrich Date: Sun, 24 Nov 2024 16:39:44 +0100 Subject: [PATCH] fix typo Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com> --- src/displayapp/screens/Calculator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/Calculator.h b/src/displayapp/screens/Calculator.h index 99d86e7531..6888fba265 100644 --- a/src/displayapp/screens/Calculator.h +++ b/src/displayapp/screens/Calculator.h @@ -43,7 +43,7 @@ namespace Pinetime { static constexpr uint8_t N_DECIMALS = 3; // this is the constant default offset static constexpr int64_t FIXED_POINT_OFFSET = powi(10, N_DECIMALS); - // this is the current offset, may wary after pressing '.' + // this is the current offset, may vary after pressing '.' int64_t offset = FIXED_POINT_OFFSET; // the screen can show 12 chars