Skip to content

Commit 9ffc9a0

Browse files
authored
Fixed previous commit
1 parent 7d92144 commit 9ffc9a0

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-
// reteive 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-
// reteive 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)