From 171cbc5a096745a3247fafc1785f93e1a709aaf1 Mon Sep 17 00:00:00 2001 From: Andy Ganchrow Date: Tue, 5 Feb 2019 09:02:04 -0800 Subject: [PATCH] Fix typo in index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index ce667a9dd4..ae0848cd62 100644 --- a/index.js +++ b/index.js @@ -205,7 +205,7 @@ function create_parser (self) { err.message += '. Please report this.'; self.ready = false; self.flush_and_error({ - message: 'Fatal error encountert. Command aborted.', + message: 'Fatal error encountered. Command aborted.', code: 'NR_FATAL' }, { error: err, @@ -1106,4 +1106,4 @@ require('./lib/individualCommands'); require('./lib/extendedApi'); //enables adding new commands (for modules and new commands) -exports.addCommand = exports.add_command = require('./lib/commands'); \ No newline at end of file +exports.addCommand = exports.add_command = require('./lib/commands');