Rationale
Currently, 'typos' Github Action is used in CI (spellcheck.yml) to check for typos made. However, it is not ideal and doesn't catch some of rather easy to see typos. See ie. this comment.
Description
Replace typos Github Action with other tool which would increase the efficiency of finding typos. One tool that can be used is codespell on Linux.
API Changes
None