sed -i -e 's/seperately/separately/'

Thanks micove again
This commit is contained in:
Gregory Hainaut 2014-12-07 12:46:16 +01:00
parent 49d98a4429
commit 29a14f5667
4 changed files with 4 additions and 4 deletions

View File

@ -419,7 +419,7 @@ static const char* shadeboost_glsl =
" const float brt = SB_BRIGHTNESS / 50.0;\n"
" const float con = SB_CONTRAST / 50.0;\n"
" \n"
" // Increase or decrease these values to adjust r, g and b color channels seperately\n"
" // Increase or decrease these values to adjust r, g and b color channels separately\n"
" const float AvgLumR = 0.5;\n"
" const float AvgLumG = 0.5;\n"
" const float AvgLumB = 0.5;\n"

View File

@ -13,7 +13,7 @@ float4 ContrastSaturationBrightness(float4 color) // Ported to HLSL
const float brt = SB_BRIGHTNESS / 50.0;
const float con = SB_CONTRAST / 50.0;
// Increase or decrease these values to adjust r, g and b color channels seperately
// Increase or decrease these values to adjust r, g and b color channels separately
const float AvgLumR = 0.5;
const float AvgLumG = 0.5;
const float AvgLumB = 0.5;

View File

@ -43,7 +43,7 @@ vec4 ContrastSaturationBrightness(vec4 color)
const float brt = SB_BRIGHTNESS / 50.0;
const float con = SB_CONTRAST / 50.0;
// Increase or decrease these values to adjust r, g and b color channels seperately
// Increase or decrease these values to adjust r, g and b color channels separately
const float AvgLumR = 0.5;
const float AvgLumG = 0.5;
const float AvgLumB = 0.5;

View File

@ -268,7 +268,7 @@ Rr = Release rate is the rate at which the volume of the note decreases
->time
The overal volume can also be set to sweep up or down lineairly or
exponentially from it's current value. This can be done seperately
exponentially from it's current value. This can be done separately
for left and right.
Relevant SPU registers: