This commit is contained in:
Marco 2017-05-15 17:47:35 +02:00 committed by thez3ro
parent 70127bad4b
commit 7bb9ea201c
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
3 changed files with 3 additions and 3 deletions

View file

@ -766,7 +766,7 @@ void EditEntryWidget::updateEntryData(Entry* entry) const
entry->setDefaultAutoTypeSequence(QString());
}
else {
if (!AutoType::checkSynatx(m_autoTypeUi->sequenceEdit->text())) {
if (!AutoType::checkSyntax(m_autoTypeUi->sequenceEdit->text())) {
//@TODO handle wrong syntax
std::cout << "wrong syntax\n";
}