diff options
author | van Hauser <vh@thc.org> | 2018-03-17 12:49:53 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-03-17 12:49:53 +0100 |
commit | be37e1a71d60a2eeebab27713d459dd6e62ca9eb (patch) | |
tree | 3a4fa4e1c84caee9acc1b2a288392b54267ff462 /libAflDyninst.cpp | |
parent | 91ed32b7e29565cdb92fa3ebb395066da939be47 (diff) | |
download | afl-dyninst-be37e1a71d60a2eeebab27713d459dd6e62ca9eb.tar.gz |
fixed typo
Diffstat (limited to 'libAflDyninst.cpp')
-rw-r--r-- | libAflDyninst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libAflDyninst.cpp b/libAflDyninst.cpp index 9b48102..d556a22 100644 --- a/libAflDyninst.cpp +++ b/libAflDyninst.cpp @@ -42,7 +42,7 @@ void initAflForkServer() { int n = write(FORKSRV_FD + 1, &__afl_temp_data, 4); if (n != 4) { - PRINT_ERROR("Error writting fork server\n"); + PRINT_ERROR("Error writing fork server\n"); return; } while (1) { |