aboutsummaryrefslogtreecommitdiffstats
path: root/lib/event.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/event.js')
-rw-r--r--lib/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.js b/lib/event.js
index efb85b1fc..43ea96d12 100644
--- a/lib/event.js
+++ b/lib/event.js
@@ -29,7 +29,7 @@ var inputWithName = function (inputs, name) {
});
if (index === -1) {
- console.error('indexed paray with name ' + name + ' not found');
+ console.error('indexed param with name ' + name + ' not found');
return undefined;
}
return inputs[index];