Fix typo.

This commit is contained in:
Arthur Britto
2013-01-03 00:11:23 -08:00
parent 325e83e02a
commit 6f7712e6c7

View File

@@ -1,6 +1,6 @@
#!/usr/bin/node #!/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) { if (process.argv.length != 3) {