@@ -86,7 +86,7 @@ namespace {
8686 int gNumInstancesLiving = 0 ;
8787
8888 // //////////////////////////////////////////////////////////////////////////////
89- // The first _action_ called after the binary is loaded (three boot strapper functions will be howeever )
89+ // The first _action_ called after the binary is loaded (three boot strapper functions will be however )
9090 OfxStatus LoadAction (void )
9191 {
9292 ERROR_ABORT_IF (gHost == NULL , " The OfxHost pointer has not been set, it should have been set in 'setHostFunc' before any action is called." );
@@ -152,7 +152,7 @@ namespace {
152152 char *context;
153153 gPropertySuite ->propGetString (inArgs, kOfxImageEffectPropContext , 0 , &context);
154154
155- ERROR_IF (strcmp (context, kOfxImageEffectContextFilter ) != 0 , " DescribeInContextAction called on unsupported contex %s" , context);
155+ ERROR_IF (strcmp (context, kOfxImageEffectContextFilter ) != 0 , " DescribeInContextAction called on unsupported context %s" , context);
156156
157157 OfxPropertySetHandle props;
158158 // define the mandated single output clip
@@ -300,7 +300,7 @@ namespace {
300300static OfxPlugin effectPluginStruct =
301301{
302302 kOfxImageEffectPluginApi , // The API this plugin satisfies.
303- 1 , // The version of the API it satisifes .
303+ 1 , // The version of the API it satisfies .
304304 " org.openeffects:BasicsExamplePlugin" , // The unique ID of this plugin.
305305 1 , // The major version number of this plugin.
306306 0 , // The minor version number of this plugin.
0 commit comments