Skip to content

Commit a37dcbb

Browse files
committed
Merge pull request #2208 from wincent/typo-fix-03
Fix a comment typo
2 parents 0383534 + 94eac0b commit a37dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/adler32.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var MOD = 65521;
2424

2525
// This is a clean-room implementation of adler32 designed for detecting
2626
// if markup is not what we expect it to be. It does not need to be
27-
// cryptographically strong, only reasonable good at detecting if markup
27+
// cryptographically strong, only reasonably good at detecting if markup
2828
// generated on the server is different than that on the client.
2929
function adler32(data) {
3030
var a = 1;

0 commit comments

Comments
 (0)