Skip to content

Commit 6de40c7

Browse files
committed
Simplified version of #216 from luzpaz
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 0025c5c commit 6de40c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ColourSpace/colourspace.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ getClipPreferences( OfxImageEffectHandle effect, OfxPropertySetHandle /*inArgs*/
543543
OfxPropertySetHandle effectProps;
544544
gEffectHost->getPropertySet(effect, &effectProps);
545545

546-
// retieve the colour management style that the host has decided we shall use
546+
// retrieve the colour management style that the host has decided we shall use
547547
ColourManagementStyle active_style = ColourManagementStyle::None;
548548
char * style;
549549
if(gPropHost->propGetString(effectProps, kOfxImageEffectPropColourManagementStyle, 0, &style) == kOfxStatOK) {
@@ -606,7 +606,7 @@ getOutputColourspace( OfxImageEffectHandle effect, OfxPropertySetHandle /*inAr
606606
OfxPropertySetHandle effectProps;
607607
gEffectHost->getPropertySet(effect, &effectProps);
608608

609-
// retieve the colour management style that the host has decided we shall use
609+
// retrieve the colour management style that the host has decided we shall use
610610
ColourManagementStyle active_style = ColourManagementStyle::None;
611611
char * style;
612612
if(gPropHost->propGetString(effectProps, kOfxImageEffectPropColourManagementStyle, 0, &style) == kOfxStatOK) {

0 commit comments

Comments
 (0)