Fix some typos

Using `codespell -q3 -w` that I just discovered.

(https://github.com/codespell-project/codespell, pip install codespell)
This commit is contained in:
Matthias Bussonnier
2018-08-27 17:56:10 -07:00
parent ce5a53d2fb
commit 8650aacd57
6 changed files with 7 additions and 7 deletions

View File

@@ -244,7 +244,7 @@ def main(argv=None):
)
set_parser.add_argument(
'value',
help='Value ot set the configuration key to'
help='Value to set the configuration key to'
)
add_item_parser = subparsers.add_parser(