From 62beea7d3f6aa324f105756229dece50db22ffd3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 10 Oct 2020 20:52:09 +0200 Subject: [PATCH] Fix typo discovered by codespell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c89fc..bc19fda 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Check `--help` for more options (_JSON output_, _recursive walk_, _workers count `checksec.py` relies on the [`LIEF`](https://github.com/lief-project/LIEF) library to parse `PE/ELF/MachO` formats. -➡️The library doesn't offer at this point _on-demand_ parsing, so it will parse and fetch unecessary data. +➡️The library doesn't offer at this point _on-demand_ parsing, so it will parse and fetch unnecessary data. ➡️Retrieving symbols can be slow (ex: `pandoc`, `118M`, `+300 000` symbols, `+2m 20sec`). See this [issue](https://github.com/Wenzel/checksec.py/issues/52)