From 6f7712e6c779384fc06c2d556645ed73664d8a28 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Thu, 3 Jan 2013 00:11:23 -0800 Subject: [PATCH] Fix typo. --- bin/email_hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/email_hash.js b/bin/email_hash.js index 4ba07c9e05..ec6da64bb4 100755 --- a/bin/email_hash.js +++ b/bin/email_hash.js @@ -1,6 +1,6 @@ #!/usr/bin/node // -// Returns a Gravatar stle hash as per: http://en.gravatar.com/site/implement/hash/ +// Returns a Gravatar style hash as per: http://en.gravatar.com/site/implement/hash/ // if (process.argv.length != 3) {