fix spelling

This commit is contained in:
Garux
2021-05-24 20:23:09 +03:00
parent 5efe29d863
commit 6c00419653
175 changed files with 414 additions and 414 deletions

View File

@@ -146,7 +146,7 @@ GenericDialog::Hide()
}
/**
* Default handler for Apply logic. This method should be overriden by
* Default handler for Apply logic. This method should be overridden by
* subclass implementations that need to execute some logic when OK or Apply
* is clicked. The return value should be the success of that logic. A
* successful OK will cause the window to be hidden.