Skip to content

Commit

Permalink
Merge pull request #2208 from wincent/typo-fix-03
Browse files Browse the repository at this point in the history
Fix a comment typo
  • Loading branch information
zpao committed Sep 27, 2014
2 parents 0383534 + 94eac0b commit a37dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/adler32.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var MOD = 65521;

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

0 comments on commit a37dcbb

Please sign in to comment.