about summary refs log tree commit diff
path: root/docs/ideas.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:59:39 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:59:39 +0100
commitae59ed8e9e3a3f6ad66446369099977ced8d67b0 (patch)
treea7f7b579475a5d6a94ca5c4800db749596a34a51 /docs/ideas.md
parent8d696c93968a31133ef917810295aaf399b066ff (diff)
downloadafl++-ae59ed8e9e3a3f6ad66446369099977ced8d67b0.tar.gz
Fix typos - 2nd run
Diffstat (limited to 'docs/ideas.md')
-rw-r--r--docs/ideas.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index 1a578313..52b07c26 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -9,7 +9,7 @@ Currently analysis is done by using afl-plot, which is rather outdated. A GTK or
 browser tool to create run-time analysis based on fuzzer_stats, queue/id*
 information and plot_data that allows for zooming in and out, changing min/max
 display values etc. and doing that for a single run, different runs and
-campaigns vs campaigns. Interesting values are execs, and execs/s, edges
+campaigns vs. campaigns. Interesting values are execs, and execs/s, edges
 discovered (total, when each edge was discovered and which other fuzzer share
 finding that edge), test cases executed. It should be clickable which value is X
 and Y axis, zoom factor, log scaling on-off, etc.
@@ -45,7 +45,7 @@ Mentor: vanhauser-thc
 
 Something with machine learning, better than
 [NEUZZ](https://github.com/dongdongshe/neuzz) :-) Either improve a single
-mutator thorugh learning of many different bugs (a bug class) or gather deep
+mutator through learning of many different bugs (a bug class) or gather deep
 insights about a single target beforehand (CFG, DFG, VFG, ...?) and improve
 performance for a single target.