diff --git a/src/data/recorder.ts b/src/data/recorder.ts index 260f02f32b..67fd71b215 100644 --- a/src/data/recorder.ts +++ b/src/data/recorder.ts @@ -38,7 +38,7 @@ export interface Statistic { export enum StatisticMeanType { NONE = 0, - ARIMETHIC = 1, + ARITHMETIC = 1, CIRCULAR = 2, } diff --git a/src/translations/en.json b/src/translations/en.json index ebe92fa7a4..9052d42df1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -8129,7 +8129,7 @@ }, "mean_type": { "0": "None", - "1": "Arimethic", + "1": "Arithmetic", "2": "Circular" }, "fix_issue": {