summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-06 20:41:48 +0100
committerGitHub <noreply@github.com>2021-10-06 20:41:48 +0100
commitdf7ffe539be58ffe6a7c86c2c246191cd0430393 (patch)
tree74831e053919ebffaa2eca97483174e1986c59ab
parentChangelog (diff)
downloadsynapse-df7ffe539be58ffe6a7c86c2c246191cd0430393.tar.xz
pacakge->package, thanks Patrick!
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
-rw-r--r--mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index 76b29205f9..857327cd85 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -196,7 +196,7 @@ disallow_untyped_defs = True
 ;; Before ignoring a module, check to see if type stubs are available.
 ;; The `typeshed` project maintains stubs here:
 ;;     https://github.com/python/typeshed/tree/master/stubs
-;; and for each pacakge `foo` there's a corresponding `types-foo` package on PyPI,
+;; and for each package `foo` there's a corresponding `types-foo` package on PyPI,
 ;; which we can pull in as a dev dependency by adding to `setup.py`'s
 ;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.