Fix various typos

Found via `codespell`
This commit is contained in:
luz paz 2022-09-07 10:51:41 -04:00
parent cc7d45eb74
commit 25b091b304
3 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ It is robust to motion-blur, depth-of-field, occlusion. Be careful to have enoug
desc.FloatParam(
name='relativePeakThreshold',
label='Relative Peak Threshold',
description='Peak Threshold relative to median of gradiants.',
description='Peak Threshold relative to median of gradients.',
value=0.01,
range=(0.01, 1.0, 0.001),
advanced=True,