diff options
author | Benjamin <nystire@gmail.com> | 2013-10-04 02:04:51 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 09:40:56 -0700 |
commit | fb5ae28865fec02b02f2b1be27192de2d2a9b389 (patch) | |
tree | 8e70323da996ee7fbd240757e1c4d5a1b2461779 /qt-ui/maintab.h | |
parent | 9961cf13b13b03803b2c96ec5d2221cf18d46588 (diff) | |
download | subsurface-fb5ae28865fec02b02f2b1be27192de2d2a9b389.tar.gz |
Correct spelling of "weight" throughout the code.
"Weight" was misspelled "weigth" in several places in the code
and comments.
Signed-off-by: Benjamin Fogel <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 8afa5ff02..2a588bad8 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -32,7 +32,7 @@ struct NotesBackup{ int visibility; QString divemaster; cylinder_t cylinders[MAX_CYLINDERS]; - weightsystem_t weigthsystem[MAX_WEIGHTSYSTEMS ]; + weightsystem_t weightsystem[MAX_WEIGHTSYSTEMS ]; }; struct Completers{ @@ -72,7 +72,7 @@ public slots: void on_rating_valueChanged(int value); void on_visibility_valueChanged(int value); void editCylinderWidget(const QModelIndex& index); - void editWeigthWidget(const QModelIndex& index); + void editWeightWidget(const QModelIndex& index); void addDiveStarted(); private: |