Skip to content

Commit

Permalink
Merge pull request #13 from pyaillet/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ifratric authored Apr 7, 2021
2 parents 281ed37 + 4bb8c9e commit 46c1c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 46c1c9b

Please sign in to comment.