mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-26 01:26:42 -05:00
fix typo
This commit is contained in:
parent
70127bad4b
commit
7bb9ea201c
3 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue