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); }