From 694b3b46ce58094a78a12c12465e84fec26c4c28 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 8 Apr 2025 06:08:12 -0400 Subject: [PATCH] GP-0: Fixing typo in patch directory README --- GhidraBuild/patch/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GhidraBuild/patch/README.txt b/GhidraBuild/patch/README.txt index c49fd4483c..4d270ed4a5 100644 --- a/GhidraBuild/patch/README.txt +++ b/GhidraBuild/patch/README.txt @@ -1,4 +1,4 @@ -This directory exits so that Ghidra releases can be patched, or overridden. +This directory exists so that Ghidra releases can be patched, or overridden. Classes or jar files placed in this directory will found and loaded *before* the classes that exist in the release jar files. One exception is that classes in the Utility module can not be patched in this way.