aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.cpp
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/rtp_analysis_dialog.cpp
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/rtp_analysis_dialog.cpp')
-rw-r--r--ui/qt/rtp_analysis_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
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"));
}
}
}