SimpleCV icon indicating copy to clipboard operation
SimpleCV copied to clipboard

docs: Fix a few typos

Open timgates42 opened this issue 3 years ago • 0 comments

There are small typos in:

  • SimpleCV/Camera.py
  • SimpleCV/Display.py
  • SimpleCV/Features/Features.py
  • SimpleCV/ImageClass.py
  • SimpleCV/base.py
  • SimpleCV/examples/detection/CannyCam.py
  • scripts/install/win/OpenKinect/freenect-examples/demo_cv_thresh_sweep.py

Fixes:

  • Should read correspondence rather than correspondonce.
  • Should read yields rather than yeilds.
  • Should read threshold rather than threshhold.
  • Should read through rather than throught.
  • Should read submitting rather than submiting.
  • Should read specify rather than spicify.
  • Should read occurrence rather than occurence.
  • Should read coordinates rather than cooridnates.
  • Should read array rather than arrray.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

timgates42 avatar Jul 04 '22 09:07 timgates42