about summary refs log tree commit diff
path: root/examples/afl_network_proxy
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-05 20:19:04 +0200
committervan Hauser <vh@thc.org>2020-05-05 20:19:04 +0200
commitad3960580d4b462e53c98f82283cd11037558642 (patch)
treec769304aeba99037f50dc31453abd42155cc463c /examples/afl_network_proxy
parent00683d06c2dc4a021929f25c86b8b426542c4e40 (diff)
downloadafl++-ad3960580d4b462e53c98f82283cd11037558642.tar.gz
fixed typos
Diffstat (limited to 'examples/afl_network_proxy')
-rw-r--r--examples/afl_network_proxy/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_network_proxy/GNUmakefile b/examples/afl_network_proxy/GNUmakefile
index 99221d10..eafc5249 100644
--- a/examples/afl_network_proxy/GNUmakefile
+++ b/examples/afl_network_proxy/GNUmakefile
@@ -12,7 +12,7 @@ endif
 
 ifeq "$(shell echo '$(HASH)include <libdeflate.h>@int main() { struct libdeflate_compressor *d = libdeflate_alloc_compressor(1); return 0;}' | tr @ '\n' | $(CC) $(CFLAGS) -x c - -o .test2 -ldeflate 2>/dev/null && echo 1 || echo 0 ; rm -f .test2 )" "1"
  CFLAGS += -ldeflate -DUSE_DEFLATE=1
- $(info libdeflate-dev was detected, using compressing)
+ $(info libdeflate-dev was detected, using compression)
 else
  $(warn did not find libdeflate-dev, cannot use compression)
 endif