From dd770d38fb34983ca42946fdccf5bea0f3baa24d Mon Sep 17 00:00:00 2001
From: jogo-
Date: Sun, 27 Oct 2024 11:04:09 +0100
Subject: [PATCH 1/2] Fix typo in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9d1fce1e..7c49100a 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ LibREDasm also provides a plain C API for maximum ABI compatibility along with a
### Features
-REDasm is still under heavy development, currently is supports:
+REDasm is still under heavy development, currently it supports:
- C++ and Python 3 Plugins
- Multithreaded analysis
- Binary lifting and intermediate language analysis (RDIL)
From a02d43d2a12553af73c90f3c099289cc5f72232d Mon Sep 17 00:00:00 2001
From: jogo-
Date: Sun, 27 Oct 2024 11:08:24 +0100
Subject: [PATCH 2/2] Fix typo in CHANGELOG.md
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff98e124..de3692d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@
* Brand new Signature Engine (SDB files).
* Brand new Hex Widget.
* Multithreaded analysis
-* QtWebEngine powererd graphs.
+* QtWebEngine powered graphs.
* Simplified LibREDasm API.
* Reimplemented Emulation APIs
* Improved ARM/Thumb switch heuristics.