fix spelling error

This commit is contained in:
j2blake 2011-12-02 21:29:25 +00:00
parent eee41106a1
commit 704e317686

View file

@ -51,7 +51,7 @@ public class AntiScript {
cr = as.scan(dirtyInput);
return cr.getCleanHTML();
} catch (ScanException e) {
log.error("Error while scaning HTML" ,e );
log.error("Error while scanning HTML" ,e );
} catch (PolicyException e) {
log.error("Error while scanning HTML", e);
}