aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/modeldelegates.cpp
diff options
context:
space:
mode:
authorGravatar Benjamin <nystire@gmail.com>2013-10-04 02:04:51 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-04 09:40:56 -0700
commitfb5ae28865fec02b02f2b1be27192de2d2a9b389 (patch)
tree8e70323da996ee7fbd240757e1c4d5a1b2461779 /qt-ui/modeldelegates.cpp
parent9961cf13b13b03803b2c96ec5d2221cf18d46588 (diff)
downloadsubsurface-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/modeldelegates.cpp')
-rw-r--r--qt-ui/modeldelegates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp
index e80afab59..5304313b3 100644
--- a/qt-ui/modeldelegates.cpp
+++ b/qt-ui/modeldelegates.cpp
@@ -117,7 +117,7 @@ QWidget* ComboBoxDelegate::createEditor(QWidget* parent, const QStyleOptionViewI
/* This Method is being called when the user *writes* something and press enter or tab,
* and it`s also called when the mouse walks over the list of choices from the ComboBox,
- * One thing is important, if the user writes a *new* cylinder or weigth type, it will
+ * One thing is important, if the user writes a *new* cylinder or weight type, it will
* be ADDED to the list, and the user will need to fill the other data.
*/
void ComboBoxDelegate::testActivation(const QString& currText)