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);