From dba30eac7b5cbfbd23d0d7530147103e73936fa0 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 9 Jul 2021 21:51:37 +0900 Subject: [PATCH] XFA - Fix typo in factory.js occured -> occurred --- src/core/xfa/factory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/xfa/factory.js b/src/core/xfa/factory.js index cc1d9143e..d0e680fa7 100644 --- a/src/core/xfa/factory.js +++ b/src/core/xfa/factory.js @@ -30,7 +30,7 @@ class XFAFactory { this.dataHandler = new DataHandler(this.root, binder.getData()); this.form[$globalData].template = this.form; } catch (e) { - warn(`XFA - an error occured during parsing and binding: ${e}`); + warn(`XFA - an error occurred during parsing and binding: ${e}`); } } @@ -46,7 +46,7 @@ class XFAFactory { return [0, 0, parseInt(width), parseInt(height)]; }); } catch (e) { - warn(`XFA - an error occured during layout: ${e}`); + warn(`XFA - an error occurred during layout: ${e}`); } }