From 1907febb1186df7184875f3cd8c55c64871aa080 Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Mon, 5 Mar 2018 11:52:51 +0000 Subject: [PATCH] Fixed typos in Breaking Changes --- BREAKING-CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BREAKING-CHANGES.txt b/BREAKING-CHANGES.txt index 9cf202b331..23ab684719 100644 --- a/BREAKING-CHANGES.txt +++ b/BREAKING-CHANGES.txt @@ -25,7 +25,7 @@ remove it. Rationale --------- Given the structure of JUCE's API it is impossible to deprecate these functions -using only complile-time messages. Therefore a single assertion, which can be +using only compile-time messages. Therefore a single assertion, which can be safely ignored, serves to indicate that these functions should no longer be used. The move away from the AudioProcessor methods both improves the interface to that class and makes ongoing development work much easier. @@ -69,7 +69,7 @@ recently approved by the MIDI Manufacturers Association (MMA). Possible Issues --------------- -The most significant changes have occured in the MPEZoneLayout classes and +The most significant changes have occurred in the MPEZoneLayout classes and programs using the higher level MPE classes such as MPEInstrument, MPESynthesiser, MPESynthesiserBase and MPESynthesiserVoice should be unaffected. @@ -231,7 +231,7 @@ Workaround section. Workaround ---------- For any elements previously used, simply embed them explicitly in - elements,for example instead of: + elements, for example instead of: