From 3dff0d48fe3f3213ab8aa363f51b27fa433444d0 Mon Sep 17 00:00:00 2001
From: Jan Aage Lavik <jan.age.lavik@cern.ch>
Date: Mon, 6 Oct 2014 21:13:41 +0200
Subject: [PATCH] Fix typo in libffi check

---
 bin/steps/cryptography | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/cryptography b/bin/steps/cryptography
index 327036ca..080360fc 100755
--- a/bin/steps/cryptography
+++ b/bin/steps/cryptography
@@ -20,7 +20,7 @@ source $BIN_DIR/utils
 bpwatch start libffi_install
 
 # If pylibmc exists within requirements, use vendored cryptography.
-if (pip-grep -s requirements.txt bcrypt cffi crytography &> /dev/null) then
+if (pip-grep -s requirements.txt bcrypt cffi cryptography &> /dev/null) then
 
   if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
     export LIBFFI=$(pwd)/vendor
-- 
GitLab