Fix minor typo
This commit is contained in:
parent
609b5c54cf
commit
e70006cf02
|
@ -8,7 +8,7 @@ Speech::Speech()
|
|||
connect(m_speech, &QTextToSpeech::stateChanged, this, [this](QTextToSpeech::State state){
|
||||
qCDebug(SNORE) << state;
|
||||
if (state == QTextToSpeech::BackendError) {
|
||||
setErrorString(tr("Sytem Backend Error"));
|
||||
setErrorString(tr("System Backend Error"));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue