From 46a201ecd64b478fc947d8b1b2e830b767bb66eb Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:08:21 +0100 Subject: Fix typos found by codespell --- example/disasm/dis_binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/dis_binary.py') diff --git a/example/disasm/dis_binary.py b/example/disasm/dis_binary.py index af140f28..cf927adb 100644 --- a/example/disasm/dis_binary.py +++ b/example/disasm/dis_binary.py @@ -8,7 +8,7 @@ fdesc = open(sys.argv[1], 'rb') loc_db = LocationDB() # The Container will provide a *bin_stream*, bytes source for the disasm engine -# It will prodive a view from a PE or an ELF. +# It will provide a view from a PE or an ELF. cont = Container.from_stream(fdesc, loc_db) # The Machine, instantiated with the detected architecture, will provide tools -- cgit 1.4.1