fix spelling errors (#5385)

This commit is contained in:
Hye Sung Jung
2020-02-01 06:38:59 -06:00
committed by GitHub
parent 63d11f763c
commit 8679f79e2b
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
<string name="author">Will Godfrey
GPL V 2 or later</string>
<string name="comments">Now has a slow long tail.
Only really noticable on lower notes.</string>
Only really noticeable on lower notes.</string>
<par name="type" value="12" />
</INFO>
<INSTRUMENT_KIT>

View File

@@ -15,7 +15,7 @@ BUG:
to be caused by 'unexhausted buffers' That is, the problem manifests
itself to a greater degree when the user "buffer size" configuration
is increased to over 1024 frames or so. The problem is much less
noticable when the buffer size is set to 64 frames.
noticeable when the buffer size is set to 64 frames.
BUG:
The synth does not make accomodations for sampling rates other than

View File

@@ -1437,7 +1437,7 @@ QString Song::errorSummary()
QString errors = m_errors.join("\n") + '\n';
errors.prepend( "\n\n" );
errors.prepend( tr( "The following errors occured while loading: " ) );
errors.prepend( tr( "The following errors occurred while loading: " ) );
return errors;
}