From 2de729a77972169a9055da8c5838e1f21be2c80c Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Mon, 3 Jan 2022 15:14:46 -0800 Subject: [PATCH] Fix a typo in TODO.md (#450) --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 663f85b96a..9d2d0b3690 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ - [ ] Objective-Specific Corpuses (named per objective) - [ ] Good documentation -- [ ] More informative outpus, deeper introspection (monitor, what mutation did x, etc.) +- [ ] More informative outputs, deeper introspection (monitor, what mutation did x, etc.) - [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected) - [ ] Heap for signal handling (bumpallo or llmp directly?) - [x] Frida support for Windows