mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo: LENGHT -> LENGTH
This commit is contained in:
parent
7fa5fcfa1d
commit
9ec7aa7fd7
3 changed files with 7 additions and 7 deletions
|
@ -232,7 +232,7 @@ static inline int mbar_to_PSI(int mbar)
|
|||
#undef PASCAL
|
||||
#endif
|
||||
struct units {
|
||||
enum LENGHT {
|
||||
enum LENGTH {
|
||||
METERS,
|
||||
FEET
|
||||
} length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue