From 8b5ca319aa2b261d2ea2875e3d0aa8891271e4a3 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Fri, 12 Jul 2024 23:20:42 +0100 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a26a9..dd654e7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ cargo install cargo-fuzz ``` Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 and Aarch64, -and only on Unix-lile operating systems (not Windows). You'll also need a C++ compiler with C++11 support. +and only on Unix-like operating systems (not Windows). You'll also need a C++ compiler with C++11 support. ## Usage