about summary refs log tree commit diff
path: root/frida_mode/Scripting.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 16:49:16 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 16:49:16 +0100
commitd9e39be4e8dd0242877412d1a17589acc825292e (patch)
tree5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /frida_mode/Scripting.md
parentca7144161f900a0f5c8b76922a0102fbcc291f2c (diff)
downloadafl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz
Remove the word "simply"
Diffstat (limited to 'frida_mode/Scripting.md')
-rw-r--r--frida_mode/Scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md
index fcf8a490..fd4282db 100644
--- a/frida_mode/Scripting.md
+++ b/frida_mode/Scripting.md
@@ -511,7 +511,7 @@ int main(int argc, char **argv) {
 ```
 
 There are a couple of obstacles with our target application. Unlike when fuzzing
-source code, though, we can't simply edit it and recompile it. The following
+source code, though, we can't just edit it and recompile it. The following
 script shows how we can use the normal functionality of FRIDA to modify any
 troublesome behavior.