Skip to content

Commit 7e2710a

Browse files
committed
Fix typo in comment.
1 parent e4ac157 commit 7e2710a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var CryptoJS = CryptoJS || (function (Math, undefined) {
1313
var cryptoSecureRandomInt = function () {
1414
// Native crypto module on NodeJS environment
1515
try {
16-
// Native rypto from global object or import via require
16+
// Native crypto from global object or import via require
1717
var crypto = global.crypto || require('crypto');
1818

1919
return crypto.randomBytes(4).readInt32LE();

0 commit comments

Comments
 (0)