aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-12-08 20:47:26 -0800
committerGuy Harris <gharris@sonic.net>2020-12-09 05:52:50 +0000
commitbb494c11def0dd8a4c08575f8d9fdd6726416ab6 (patch)
treec3d588721253b87f0ba8206f0517bcb5aaff7a57 /ui/qt
parent2ab153527dd38ce3528b02ed25c89b54e1b4aa6c (diff)
Fix various spelling errors.
Found by lintian and by looking for the misspelled words that lintian found. (Does not fix spelling errors in .asn1 files.)
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/models/column_list_model.cpp2
-rw-r--r--ui/qt/rtp_analysis_dialog.cpp2
-rw-r--r--ui/qt/widgets/qcustomplot.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/ui/qt/models/column_list_model.cpp b/ui/qt/models/column_list_model.cpp
index e973eae17c..5b9817ff2f 100644
--- a/ui/qt/models/column_list_model.cpp
+++ b/ui/qt/models/column_list_model.cpp
@@ -246,7 +246,7 @@ QString ColumnListModel::headerTitle(int section) const
case ColumnListModel::COL_FIELDS:
return tr("Fields");
case ColumnListModel::COL_OCCURRENCE:
- return tr("Field Occurence");
+ return tr("Field Occurrence");
}
return QString();
diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp
index 6df756e739..47ec0862dc 100644
--- a/ui/qt/rtp_analysis_dialog.cpp
+++ b/ui/qt/rtp_analysis_dialog.cpp
@@ -1487,7 +1487,7 @@ void RtpAnalysisDialog::saveAudio(RtpAnalysisDialog::StreamDirection direction,
QMessageBox::warning(this, tr("Warning"), tr("Codec rate is not supported, file is incomplete"));
}
else {
- QMessageBox::warning(this, tr("Warning"), tr("Unknown error occured"));
+ QMessageBox::warning(this, tr("Warning"), tr("Unknown error occurred"));
}
}
}
diff --git a/ui/qt/widgets/qcustomplot.cpp b/ui/qt/widgets/qcustomplot.cpp
index 6e6967ae98..8956d8ab93 100644
--- a/ui/qt/widgets/qcustomplot.cpp
+++ b/ui/qt/widgets/qcustomplot.cpp
@@ -1711,7 +1711,7 @@ void QCPLayerable::mousePressEvent(QMouseEvent *event, const QVariant &details)
The current pixel position of the cursor on the QCustomPlot widget is accessible via \c
event->pos(). The parameter \a startPos indicates the position where the initial \ref
- mousePressEvent occured, that started the mouse interaction.
+ mousePressEvent occurred, that started the mouse interaction.
The default implementation does nothing.
@@ -1729,7 +1729,7 @@ void QCPLayerable::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos)
The current pixel position of the cursor on the QCustomPlot widget is accessible via \c
event->pos(). The parameter \a startPos indicates the position where the initial \ref
- mousePressEvent occured, that started the mouse interaction.
+ mousePressEvent occurred, that started the mouse interaction.
The default implementation does nothing.