From f03a14bcb50ec934c91d955087715a3a78d90e5d Mon Sep 17 00:00:00 2001 From: maliayas Date: Sun, 16 Dec 2012 06:32:52 +0200 Subject: [PATCH] Fixed typo with variable name. --- _posts/07-03-01-Password-Hashing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/07-03-01-Password-Hashing.md b/_posts/07-03-01-Password-Hashing.md index cb611bf..1047368 100644 --- a/_posts/07-03-01-Password-Hashing.md +++ b/_posts/07-03-01-Password-Hashing.md @@ -18,9 +18,9 @@ Below we hash a string, we then check the hash against a new string. Because our