From b693903e2465d7bc487da69a759b7933f39164c2 Mon Sep 17 00:00:00 2001 From: Yeo Xin Ee Araki <84427221+Arakii0@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:03:47 +0800 Subject: [PATCH] minor spelling mistake changed visibilty to visibility in README.md --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index dbd7ed62f..5e25694f9 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the -system being investigated but offer visibilty into the runtime state +system being investigated but offer visibility into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into