Skip to content

Commit

Permalink
fix spelling errors (#5385)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjung0 authored Feb 1, 2020
1 parent 63d11f7 commit 8679f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion plugins/lb302/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8679f79

Please sign in to comment.