summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Goodyear <tgoodyear@users.noreply.github.com>2016-05-31 00:57:05 -0400
committerTrevor Goodyear <tgoodyear@users.noreply.github.com>2016-05-31 00:57:05 -0400
commit857cb48a52d7a49e48009b9b7f47c527885849d2 (patch)
tree2f2e97dd1f35fb3aa8ff534b7dd26e88fa3f9d57
parent62c3c17fb3c51c13f1a49c98e3a6526d6eef0adf (diff)
downloadpython-magic-857cb48a52d7a49e48009b9b7f47c527885849d2.tar.gz
Fix typos in README.md
Changed `recociled` to `reconciled`. Changed `explictly` to `explicitly`.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b94b0b..9507ac8 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ You can also combine the flag options:
## Name Conflict
-There are, sadly, two libraries which use the module name `magic`. Both have been around for quite a while.If you are using this module and get an error using a method like `open`, your code is expecting the other one. Hopefully one day these will be recociled.
+There are, sadly, two libraries which use the module name `magic`. Both have been around for quite a while.If you are using this module and get an error using a method like `open`, your code is expecting the other one. Hopefully one day these will be reconciled.
## Installation
@@ -66,7 +66,7 @@ On OSX:
- 'MagicException: could not find any magic files!': some
installations of libmagic do not correctly point to their magic
- database file. Try specifying the path to the file explictly in the
+ database file. Try specifying the path to the file explicitly in the
constructor: `magic.Magic(magic_file="path_to_magic_file")`.
- 'WindowsError: [Error 193] %1 is not a valid Win32 application':
@@ -106,3 +106,4 @@ Thanks to these folks on github who submitted features and bugfixes.
python-magic is distributed under the MIT license. See the included
LICENSE file for details.
+