fix a few small spelling issues

found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
This commit is contained in:
Anthony Sottile 2020-09-20 19:15:15 -07:00
parent 93209ffac9
commit 2fe70dda6b
14 changed files with 16 additions and 16 deletions

View file

@ -6,8 +6,8 @@ You can view the `3.7.7 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Fix crahes in plugins causing ``flake8`` to hang while unpickling errors (See
also `GitLab!308`_, `GitLab#505`_)
- Fix crashes in plugins causing ``flake8`` to hang while unpickling errors
(See also `GitLab!308`_, `GitLab#505`_)
.. all links

View file

@ -6,7 +6,7 @@ You can view the `3.8.2 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Improve performance by eliminating unncessary sort (See also `GitLab!429`_)
- Improve performance by eliminating unnecessary sort (See also `GitLab!429`_)
- Improve messaging of ``--jobs`` argument by utilizing ``argparse`` (See also
`GitLab!428`_, `GitLab#567`_)