From fed2ebc61eeabadb55475c1e179610d0e5bee1eb Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 16 Nov 2025 15:44:15 +0000 Subject: [PATCH 1/2] fix typo in Documentation/ fixes typo is source comment Signed-off-by: luzpaz --- Documentation/sources/Reference/ofxParameter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sources/Reference/ofxParameter.rst b/Documentation/sources/Reference/ofxParameter.rst index a8e66149..577146f6 100644 --- a/Documentation/sources/Reference/ofxParameter.rst +++ b/Documentation/sources/Reference/ofxParameter.rst @@ -1078,7 +1078,7 @@ and show how to evaluate the curve // add a control point at 0, value is 1 gParametricParamHost->parametricParamAddControlPoint(descriptor, component, // curve to set - 0.0, // time, ignored in this case, as we are not adding a ket + 0.0, // time, ignored in this case, as we are not adding a key 0.0, // parametric position, zero 1.0, // value to be, 1 false); // don't add a key From 69a1526a7009f30a5a589f160dbacedaad10c8b3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 16 Nov 2025 15:46:04 +0000 Subject: [PATCH 2/2] fix typo in include/ fixes typo is documentation Signed-off-by: luzpaz --- include/ofxImageEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ofxImageEffect.h b/include/ofxImageEffect.h index 89dd2e06..f73318d9 100644 --- a/include/ofxImageEffect.h +++ b/include/ofxImageEffect.h @@ -160,7 +160,7 @@ These are the list of actions passed to an image effect plugin's main function. The default RoI is simply the value passed in on the \ref kOfxImageEffectPropRegionOfInterest - ``inArgs`` property set. The host must initalize all the RoIs in the ``outArgs`` property set + ``inArgs`` property set. The host must initialize all the RoIs in the ``outArgs`` property set to this value before the action is called. @param handle handle to the instance, cast to an \ref OfxImageEffectHandle