From 4bb8c9ee3393b7d9fc589084195fae68a747de8e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Wed, 7 Apr 2021 08:41:44 +0200 Subject: [PATCH] fix typo --- fuzzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzer.cpp b/fuzzer.cpp index 89691ec..a57d8ea 100644 --- a/fuzzer.cpp +++ b/fuzzer.cpp @@ -32,7 +32,7 @@ limitations under the License. using namespace std; void Fuzzer::PrintUsage() { - printf("Incorrect usage, please refer to the doumentation\n"); + printf("Incorrect usage, please refer to the documentation\n"); exit(0); }