diff --git a/common/tests/functional/dactyl.js b/common/tests/functional/dactyl.js index 7a95bed0..55b85dde 100644 --- a/common/tests/functional/dactyl.js +++ b/common/tests/functional/dactyl.js @@ -45,7 +45,7 @@ function Controller(controller) { this.errorCount = 0; - this._counBeep = function countBeep() { + this._countBeep = function countBeep() { self.beepCount++; } this.errors = [];