From 6bf978404e0348ba05b1ab98307ca8c8cb9574d2 Mon Sep 17 00:00:00 2001
From: Sean Wei <me@sean.taipei>
Date: Thu, 21 Apr 2022 23:56:28 +0800
Subject: [PATCH] Use correct case for JavaScript

---
 src/core/xfa/som.js         | 2 +-
 src/license_header_libre.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/xfa/som.js b/src/core/xfa/som.js
index a090f74e4..49c7f88ac 100644
--- a/src/core/xfa/som.js
+++ b/src/core/xfa/som.js
@@ -136,7 +136,7 @@ function parseExpression(expr, dotDotAllowed, noExpr = true) {
           return null;
         }
         // TODO:
-        // Javascript expression: should be a boolean operation with a path
+        // JavaScript expression: should be a boolean operation with a path
         // so maybe we can have our own parser for that stuff or
         // maybe use the formcalc one.
         operator = operators.dotParen;
diff --git a/src/license_header_libre.js b/src/license_header_libre.js
index 43b39b2d1..50c5cdb2c 100644
--- a/src/license_header_libre.js
+++ b/src/license_header_libre.js
@@ -1,6 +1,6 @@
 /**
  * @licstart The following is the entire license notice for the
- * Javascript code in this page
+ * JavaScript code in this page
  *
  * Copyright 2022 Mozilla Foundation
  *
@@ -17,5 +17,5 @@
  * limitations under the License.
  *
  * @licend The above is the entire license notice for the
- * Javascript code in this page
+ * JavaScript code in this page
  */