Fix a comment typo

This commit is contained in:
Greg Hurrell
2014-09-18 09:47:23 -07:00
parent 21f601964f
commit 94eac0b8fa
+1 -1
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;