mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[keyboard] Typo in comment
This commit is contained in:
parent
5f1d7b2e8d
commit
a1c70b46a1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ parseKeyboardModels( const char* filepath )
|
|||
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;
|
||||
rx.setPattern( "^\\s+(\\S+)\\s+(\\w.*)\n$" );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue