fix spelling error
This commit is contained in:
parent
eee41106a1
commit
704e317686
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AntiScript {
|
||||||
cr = as.scan(dirtyInput);
|
cr = as.scan(dirtyInput);
|
||||||
return cr.getCleanHTML();
|
return cr.getCleanHTML();
|
||||||
} catch (ScanException e) {
|
} catch (ScanException e) {
|
||||||
log.error("Error while scaning HTML" ,e );
|
log.error("Error while scanning HTML" ,e );
|
||||||
} catch (PolicyException e) {
|
} catch (PolicyException e) {
|
||||||
log.error("Error while scanning HTML", e);
|
log.error("Error while scanning HTML", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue