diff options
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/units.h b/core/units.h index 5e92a00ba..ff1ae3430 100644 --- a/core/units.h +++ b/core/units.h @@ -232,7 +232,7 @@ static inline int mbar_to_PSI(int mbar) #undef PASCAL #endif struct units { - enum LENGHT { + enum LENGTH { METERS, FEET } length; |