typos-cli 1.1.8

Source Code Spelling Correction
Documentation
- id: typos
  name: typos
  description: Source code spell checker, binary install
  language: python
  entry: typos
  args: [--write-changes]
  types: [text]

- id: typos-src
  name: typos
  description: Source code spell checker, source install
  language: rust
  entry: typos
  args: [--write-changes]
  types: [text]