Fix various typos
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
This commit is contained in:
parent
d13c3c9296
commit
858bcd5058
15 changed files with 16 additions and 16 deletions
|
|
@ -527,7 +527,7 @@ String RenameDialog::_postprocess(const String &subject) {
|
|||
// To Lowercase
|
||||
result = result.to_lower();
|
||||
} else if (case_id == 2) {
|
||||
// To Upercase
|
||||
// To Uppercase
|
||||
result = result.to_upper();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue