about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/ideas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index 857fb6f4..8b0e1013 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -93,7 +93,7 @@ Mentor: hexcoder- or vanhauser-thc
 ## Collision-free Binary-Only Maps
 
 AFL++ supports collison-free maps using an LTO (link-time-optimization) pass.
-This should be possile to implement for QEMU and Unicorn instrumentations.
+This should be possible to implement for QEMU and Unicorn instrumentations.
 As the forkserver parent caches just in time translated translation blocks, adding a simple counter between jumps should be doable.
 
 Mentor: andreafioraldi or domenukk