diff options
| author | 2017-11-16 22:00:26 +0100 | |
|---|---|---|
| committer | 2017-11-17 15:29:42 +0100 | |
| commit | 9ec7aa7fd730da140639052e8831ff5c910fc6cb (patch) | |
| tree | 7b79d0644a150aaa81165eee98c1408dc39afdc8 /core/units.h | |
| parent | 7fa5fcfa1d3917f125d772708ff742f5e4b1758d (diff) | |
| download | subsurface-9ec7aa7fd730da140639052e8831ff5c910fc6cb.tar.gz | |
Fix typo: LENGHT -> LENGTH
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; |