Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 72e3c89

Browse files
committed
Fix typos
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 7517fc0 commit 72e3c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rsd
22

3-
`rsd` Rust implemention of something resembling `xxd -e -l 64`. Its functionality is limited to looking at the headers of ELF binaries and outputting the details in a mostly- human-readable format.
3+
`rsd` Rust implementation of something resembling `xxd -e -l 64`. Its functionality is limited to looking at the headers of ELF binaries and outputting the details in a mostly- human-readable format.
44

55
## Why?
66

@@ -145,4 +145,4 @@ Running `rsd` from MacOS will result in this:
145145

146146
Maybe -- I want to start automating various things in whatever language seems right.
147147

148-
Analyizing Mach-O binaries (i.e., MacOS binaries) doesn't seem to be as common but would be something to support in a future PR.
148+
Analyzing Mach-O binaries (i.e., MacOS binaries) doesn't seem to be as common but would be something to support in a future PR.

0 commit comments

Comments
 (0)