diff --git a/data/presets/ZynAddSubFX/Companion/0074-Smooth Expanded.xiz b/data/presets/ZynAddSubFX/Companion/0074-Smooth Expanded.xiz index cc060f775..6ef773a33 100644 --- a/data/presets/ZynAddSubFX/Companion/0074-Smooth Expanded.xiz +++ b/data/presets/ZynAddSubFX/Companion/0074-Smooth Expanded.xiz @@ -19,7 +19,7 @@ Will Godfrey GPL V 2 or later Now has a slow long tail. -Only really noticable on lower notes. +Only really noticeable on lower notes. diff --git a/plugins/lb302/README b/plugins/lb302/README index 2a8058e56..b556d80d4 100644 --- a/plugins/lb302/README +++ b/plugins/lb302/README @@ -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 diff --git a/src/core/Song.cpp b/src/core/Song.cpp index 78c9f422a..fc7b51a03 100644 --- a/src/core/Song.cpp +++ b/src/core/Song.cpp @@ -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; }