Skip to content

Commit a718b47

Browse files
authored
Merge pull request #226 from luzpaz/typos
Fix typos found in Documentation/ and include/
2 parents 2c1390d + 69a1526 commit a718b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/sources/Reference/ofxParameter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ and show how to evaluate the curve
10781078
// add a control point at 0, value is 1
10791079
gParametricParamHost->parametricParamAddControlPoint(descriptor,
10801080
component, // curve to set
1081-
0.0, // time, ignored in this case, as we are not adding a ket
1081+
0.0, // time, ignored in this case, as we are not adding a key
10821082
0.0, // parametric position, zero
10831083
1.0, // value to be, 1
10841084
false); // don't add a key

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)