From 4b0b5f13849a0c512179b3ca36798822f2bc44ab Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 19:41:51 +1100 Subject: [PATCH] docs: fix simple typo, concetenation -> concatenation There is a small typo in README.md. Should read `concatenation` rather than `concetenation`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e090c..7c98e89 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ See the source code for further details or the tutorials above. The current version of Il2CppInspector can output Python scripts targeting the IDA and Ghidra disassemblers. -When Il2CppInspector generates such a script, it generates a concetenation of a shared block of code (`Outputs/ScriptResources/shared-main.py`) which parses the JSON metadata and dispatches it to a set of implementation-specific functions to be processed, and a block of code specific to the target application which implements these functions (a file from `Outputs/ScriptResources/Targets`). +When Il2CppInspector generates such a script, it generates a concatenation of a shared block of code (`Outputs/ScriptResources/shared-main.py`) which parses the JSON metadata and dispatches it to a set of implementation-specific functions to be processed, and a block of code specific to the target application which implements these functions (a file from `Outputs/ScriptResources/Targets`). If you would like to add support for a new target application, create a new Python script in `Outputs/ScriptResources/Targets` with the nane `.py` and implement the following functions: