[keyboard] Typo in comment

This commit is contained in:
Adriaan de Groot 2020-10-28 13:06:43 +01:00
parent 5f1d7b2e8d
commit a1c70b46a1

View File

@ -75,7 +75,7 @@ parseKeyboardModels( const char* filepath )
break; break;
} }
// here we are in the model section, otherwhise we would continue or break // here we are in the model section, otherwise we would continue or break
QRegExp rx; QRegExp rx;
rx.setPattern( "^\\s+(\\S+)\\s+(\\w.*)\n$" ); rx.setPattern( "^\\s+(\\S+)\\s+(\\w.*)\n$" );