From 88b8d9bd82018cb00eb7562aeb5079d7e6edb626 Mon Sep 17 00:00:00 2001 From: glais <16027769+glais@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:03:44 +1000 Subject: [PATCH] node+spvnode: typo fixes --- bin/node | 2 +- bin/spvnode | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/node b/bin/node index 6fb094ad..4ed0e109 100755 --- a/bin/node +++ b/bin/node @@ -52,7 +52,7 @@ process.on('SIGINT', async () => { node.on('abort', async (err) => { const timeout = setTimeout(() => { - console.error('Shutdown is taking a long time. Exitting.'); + console.error('Shutdown is taking a long time. Exiting.'); process.exit(3); }, 5000); diff --git a/bin/spvnode b/bin/spvnode index 50ebc4f6..02829fdd 100755 --- a/bin/spvnode +++ b/bin/spvnode @@ -69,7 +69,7 @@ process.on('SIGINT', async () => { node.on('abort', async (err) => { const timeout = setTimeout(() => { - console.error('Shutdown is taking a long time. Exitting.'); + console.error('Shutdown is taking a long time. Exiting.'); process.exit(3); }, 5000);