fix comment spelling, suggested by Neil

This commit is contained in:
steffen.wilberg%web.de 2005-02-09 07:45:14 +00:00
parent ae92e3d8ea
commit c2480fc4f6

View File

@ -627,7 +627,7 @@ function doFind() {
return;
}
// compile the search string, which has already been split up above, into regexp's
// compile the search string, which has already been split up above, into regexps
for (var i=0; i < RE.length; ++i) {
RE[i] = new RegExp(RE[i], "i");
}