diff --git a/README.md b/README.md index bf2df16..c2628c1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I want to be able to parse PDB files using python. I want to understand their st There are other libraries and implementations (see below). This one differs in that it works out of the box, and it lazily loads only what is requested. Working with a file 1GB+ large and only want to know how to parse a single structure? Only want to know the address of a - symbol? No problem, only the minumum will be loaded! + symbol? No problem, only the minImum will be loaded! The PDB is memory-mapped. The underlying MSF format makes data possibly non-contiguous, but using the `memorywrapper` library that becomes (mostly) a non-issue, as it can @@ -75,4 +75,4 @@ The functions used to compute the hashes are different for the unique name strin * [willglynn/pdb](https://github.com/willglynn/pdb) - Rust implementation of reader * [Air14/SymbolicAccess](https://github.com/Air14/SymbolicAccess) - * [https://github.com/Oxygen1a1/oxgenPdb](https://github.com/Oxygen1a1/oxgenPdb) derivative \ No newline at end of file + * [https://github.com/Oxygen1a1/oxgenPdb](https://github.com/Oxygen1a1/oxgenPdb) derivative