Fix typo: LENGHT -> LENGTH

This commit is contained in:
Berthold Stoeger 2017-11-16 22:00:26 +01:00 committed by Lubomir I. Ivanov
parent 7fa5fcfa1d
commit 9ec7aa7fd7
3 changed files with 7 additions and 7 deletions

View file

@ -232,7 +232,7 @@ static inline int mbar_to_PSI(int mbar)
#undef PASCAL
#endif
struct units {
enum LENGHT {
enum LENGTH {
METERS,
FEET
} length;