From c66289f1fc47a918c08bad8ad5b78d187ea27de5 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 31 May 2021 01:02:07 +0900 Subject: [PATCH] Fix typo in template.js refering -> referring --- src/core/xfa/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/xfa/template.js b/src/core/xfa/template.js index 54dcca4d3..a05041a19 100644 --- a/src/core/xfa/template.js +++ b/src/core/xfa/template.js @@ -2677,7 +2677,7 @@ class Image extends StringObject { [$toHTML]() { if (this.href || !this[$content]) { - // TODO: href can be a Name refering to an internal stream + // TODO: href can be a Name referring to an internal stream // containing a picture. // In general, we don't get remote data and use what we have // in the pdf itself, so no picture for non null href.