Skip to content

Commit 76c4bda

Browse files
minacodemark9064
andauthored
fix typo
Co-authored-by: mark9064 <[email protected]>
1 parent 8c30a35 commit 76c4bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/Calculator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Pinetime {
4343
static constexpr uint8_t N_DECIMALS = 3;
4444
// this is the constant default offset
4545
static constexpr int64_t FIXED_POINT_OFFSET = powi(10, N_DECIMALS);
46-
// this is the current offset, may wary after pressing '.'
46+
// this is the current offset, may vary after pressing '.'
4747
int64_t offset = FIXED_POINT_OFFSET;
4848

4949
// the screen can show 12 chars

0 commit comments

Comments
 (0)