summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.cpp
diff options
context:
space:
mode:
authorJose Riha <jose1711@gmail.com>2020-02-20 14:20:13 +0100
committerJose Riha <jose1711@gmail.com>2020-02-20 14:20:13 +0100
commit30eac220c69dabd715d6357d2df2f39b91b08fe2 (patch)
tree522392936656eaa60937d9388d16f7221c042da3 /src/gui/mphoneform.cpp
parent2b3fbccaa180ffd9dc64717510c1f15fac26c8c4 (diff)
downloadtwinkle-30eac220c69dabd715d6357d2df2f39b91b08fe2.tar
twinkle-30eac220c69dabd715d6357d2df2f39b91b08fe2.tar.gz
twinkle-30eac220c69dabd715d6357d2df2f39b91b08fe2.tar.lz
twinkle-30eac220c69dabd715d6357d2df2f39b91b08fe2.tar.xz
twinkle-30eac220c69dabd715d6357d2df2f39b91b08fe2.zip
Fix spelling errors
Diffstat (limited to 'src/gui/mphoneform.cpp')
-rw-r--r--src/gui/mphoneform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp
index 6c447a8..2d4f10f 100644
--- a/src/gui/mphoneform.cpp
+++ b/src/gui/mphoneform.cpp
@@ -1115,7 +1115,7 @@ void MphoneForm::updateMwi()
toolTip.append(tr("Unknown"));
}
} else {
- if ((*i)->get_mwi_sollicited()) {
+ if ((*i)->get_mwi_solicited()) {
if (mwi.get_status() == t_mwi::MWI_FAILED) {
toolTip.append(tr("Failure"));
mwi_failure = true;
@@ -1123,7 +1123,7 @@ void MphoneForm::updateMwi()
toolTip.append(tr("Unknown"));
}
} else {
- // Unsollicited MWI
+ // Unsolicited MWI
if (mwi.get_status() == t_mwi::MWI_KNOWN) {
bool new_msgs;
QString status = getMWIStatus(mwi, new_msgs);