Spelling fix: Overriden -> Overridden

I think some of us got the spelling of this word wrong in their heads.
This commit is contained in:
Ghostkeeper 2019-04-04 14:38:36 +02:00
parent 932a5c8fc9
commit bd1712cb10
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
5 changed files with 13 additions and 13 deletions

View file

@ -45,7 +45,7 @@ SettingItem
{
if (propertyProvider.properties.value == -1)
{
control.currentIndex = model.count - 1; // we know the last item is "Not overriden"
control.currentIndex = model.count - 1; // we know the last item is "Not overridden"
}
else
{