mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
9961cf13b1
commit
fb5ae28865
4 changed files with 9 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue