Skip to content

Commit 69a1526

Browse files
committed
fix typo in include/
fixes typo is documentation Signed-off-by: luzpaz <[email protected]>
1 parent fed2ebc commit 69a1526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ofxImageEffect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ These are the list of actions passed to an image effect plugin's main function.
160160
161161
The default RoI is simply the value passed in on the
162162
\ref kOfxImageEffectPropRegionOfInterest
163-
``inArgs`` property set. The host must initalize all the RoIs in the ``outArgs`` property set
163+
``inArgs`` property set. The host must initialize all the RoIs in the ``outArgs`` property set
164164
to this value before the action is called.
165165
166166
@param handle handle to the instance, cast to an \ref OfxImageEffectHandle

0 commit comments

Comments
 (0)