Skip to content

Commit aa78b27

Browse files
committed
Fix typo introduced in previous commit
1 parent 7caece7 commit aa78b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/Library/ofxsImageEffect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ namespace OFX {
13161316
_effectProps.propSetInt(kOfxImageEffectInstancePropSequentialRender, int(v));
13171317
}
13181318

1319-
pip install --upgrade git+https://github.com/codespell-project/codespell.git /** @brief Have we informed the host we want to be seqentially rendered ? */
1319+
/** @brief Have we informed the host we want to be seqentially rendered ? */
13201320
bool ImageEffect::getSequentialRender(void) const
13211321
{
13221322
return _effectProps.propGetInt(kOfxImageEffectInstancePropSequentialRender) != 0;

0 commit comments

Comments
 (0)