From fcf2da098ab24c1454c5b31eefbc8f6dd9e9c743 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 25 Jun 2019 07:37:35 +0200 Subject: [PATCH] tools: fix typo in js2c.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/28417 Reviewed-By: Richard Lau Reviewed-By: Jiawen Geng Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- tools/js2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/js2c.py b/tools/js2c.py index c3ac53f14b7..0189dd76291 100755 --- a/tools/js2c.py +++ b/tools/js2c.py @@ -29,7 +29,7 @@ """ This is a utility for converting JavaScript source code into uint16_t[], -that are used for embeding JavaScript code into the Node.js binary. +that are used for embedding JavaScript code into the Node.js binary. """ import argparse import os