From f4c654f39aa3d7274041497d92d1c0bb501d1b33 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 --- tools/js2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/js2c.py b/tools/js2c.py index c3ac53f14b7391..0189dd76291916 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