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>
This commit is contained in:
Benjamin 2013-10-04 02:04:51 +03:00 committed by Dirk Hohndel
parent 9961cf13b1
commit fb5ae28865
4 changed files with 9 additions and 9 deletions

View file

@ -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: