Skip to content

Commit 48e3460

Browse files
committed
Typo fixes.
1 parent febb459 commit 48e3460

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/squarepine_audio/codecs/REXAudioFormat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespace REXError
150150
+ TRANS ("In order to work with rx2 files, please download the latest \"REX shared library\" installer from propellerheads.se");
151151

152152
case noError:
153-
return TRANS ("An unknown error occured with the Propellerheads REX format!")
153+
return TRANS ("An unknown error occurred with the Propellerheads REX format!")
154154
+ "\n\n"
155155
+ TRANS ("Please try using the latest \"REX shared library\" installer from propellerheads.se");
156156

modules/squarepine_graphics/images/ImageEffects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@param img
44
@param amount Amount to darken outside of vignette. 0 no darkening. 1 is black.
55
@param radius Size of vignette. 1 size of image. 0 is 0 size.
6-
@param falloff Relative size of inner boundry of vignette 0,1
6+
@param falloff Relative size of inner boundary of vignette 0,1
77
@param threadPool
88
*/
99
void applyVignette (Image&, float amount, float radius, float falloff, ThreadPool* threadPool = nullptr);

modules/squarepine_graphics/lighting/iCUESDKIncluder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "iCUESDK/include/iCUESDK/iCUESDK.h"
1414

1515
//==============================================================================
16-
/** @returns an 'ok' result on sucess and a 'fail' result otherwise. */
16+
/** @returns an 'ok' result on success and a 'fail' result otherwise. */
1717
inline [[nodiscard]] juce::Result toResult (CorsairError code)
1818
{
1919
switch (code)

0 commit comments

Comments
 (0)