about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tomaschik <david@systemoverlord.com>2020-03-11 14:53:50 -0700
committerGitHub <noreply@github.com>2020-03-11 22:53:50 +0100
commit0c45918d549301e32756af4a81dc3a0e31bbd4d7 (patch)
tree4c9d0c290c454b757c86746375d397d1cf1afc89
parent288432843bc4cc093a1ad75ff905560459a5a170 (diff)
downloadafl++-0c45918d549301e32756af4a81dc3a0e31bbd4d7.tar.gz
Fixed typo (#253)
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index f194a9ae..0b6bee62 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -163,7 +163,7 @@ else
   echo "[*] Info: Installing python unicornafl to virtualenv: $VIRTUAL_ENV"
   $PYTHONBIN setup.py install --force || exit 1
 fi
-echo '[*] If needed, you can (re)install the bindigns from `./unicornafl/bindings/python` using `python setup.py install`'
+echo '[*] If needed, you can (re)install the bindings from `./unicornafl/bindings/python` using `python setup.py install`'
 
 cd ../../ || exit 1