summaryrefslogtreecommitdiff
path: root/COMPAT.md
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-05-10 15:56:49 -0700
committerGitHub <noreply@github.com>2021-05-10 15:56:49 -0700
commit53aa709affef18cb2d1c5930f780dabfc5e4330c (patch)
treebaab6567cc6ca048971eb540660fb853b2f25b4e /COMPAT.md
parent80a1804ad0c769efe553a3f7775eb1b6591240f2 (diff)
parent3174a7854553fe1ffb5cc22534d8169eac3a378c (diff)
downloadpython-magic-53aa709affef18cb2d1c5930f780dabfc5e4330c.tar.gz
Merge pull request #243 from EtiennePelletier/fix_typo
Fix typo (compatability --> compatibility)
Diffstat (limited to 'COMPAT.md')
-rw-r--r--COMPAT.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPAT.md b/COMPAT.md
index 21b35a1..921abaf 100644
--- a/COMPAT.md
+++ b/COMPAT.md
@@ -1,10 +1,10 @@
There are two python modules named 'magic' that do the same thing, but
with incompatible APIs. One of these ships with libmagic, and (this one) is
distributed through pypi. Both have been around for many years and have
-substantial user bases. This incompatability is a major source of pain for
+substantial user bases. This incompatibility is a major source of pain for
users, and bug reports for me.
-To mitigate this pain, python-magic has added a compatability layer to export
+To mitigate this pain, python-magic has added a compatibility layer to export
the libmagic python API parallel to the existing one.
The mapping between the libmagic and python-magic functions is: