Merge pull request #2208 from wincent/typo-fix-03

Fix a comment typo
This commit is contained in:
Paul O’Shannessy 2014-09-26 17:55:10 -07:00
commit a37dcbb8e0
1 changed files with 1 additions and 1 deletions

View File

@ -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;