Skip to content

Commit 00efd25

Browse files
authored
Merge pull request #79 from cclauss/patch-1
Fix typo discovered by codespell
2 parents b1c2b2e + 62beea7 commit 00efd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Check `--help` for more options (_JSON output_, _recursive walk_, _workers count
164164

165165
`checksec.py` relies on the [`LIEF`](https://github.com/lief-project/LIEF) library to parse `PE/ELF/MachO` formats.
166166

167-
➡️The library doesn't offer at this point _on-demand_ parsing, so it will parse and fetch unecessary data.
167+
➡️The library doesn't offer at this point _on-demand_ parsing, so it will parse and fetch unnecessary data.
168168

169169
➡️Retrieving symbols can be slow (ex: `pandoc`, `118M`, `+300 000` symbols, `+2m 20sec`). See this [issue](https://github.com/Wenzel/checksec.py/issues/52)
170170

0 commit comments

Comments
 (0)