Skip to content

Commit 0229694

Browse files
committed
Merge branch 'develop' of ssh://github.com/brix/crypto-js into develop
2 parents df09288 + 6703e79 commit 0229694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/md5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
var M_offset_14 = M[offset + 14];
6161
var M_offset_15 = M[offset + 15];
6262

63-
// Working varialbes
63+
// Working variables
6464
var a = H[0];
6565
var b = H[1];
6666
var c = H[2];

0 commit comments

Comments
 (0)