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

@@ -111,7 +111,7 @@ const char *FindFrameFile( const char *frame ){
const char *s;
if ( strchr( frame, '.' ) ) {
return frame; // allready in dot format
return frame; // already in dot format
}
// split 'run1' into 'run' and '1'