From ecdcf4f5f23ff60358fc7af9dc2d13e6a41fb7b6 Mon Sep 17 00:00:00 2001 From: Graham Wakefield Date: Wed, 21 Apr 2021 07:58:57 -0400 Subject: [PATCH] fix typo --- source/oopsy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/oopsy.js b/source/oopsy.js index 6a01658..7565047 100755 --- a/source/oopsy.js +++ b/source/oopsy.js @@ -143,7 +143,7 @@ function run() { // verify and analyze cpps: assert(cpps.length > 0, "an argument specifying the path to at least one gen~ exported cpp file is required"); if (hardware.max_apps && cpps.length > hardware.max_apps) { - console.log(`this target does not support more than ${hardwre.max_apps} apps`) + console.log(`this target does not support more than ${hardware.max_apps} apps`) cpps.length = hardware.max_apps } let apps = cpps.map(cpp_path => {