summaryrefslogtreecommitdiff
path: root/common/tests/functional
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-01-31 22:32:21 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-01-31 22:32:21 +1100
commit68bd2e527485ce8ba8314448d5ad4828113bbc08 (patch)
treeb7a3067b4f0749541806c429a2bae4a9a019be00 /common/tests/functional
parentbb4423c14cd51ef7eb4d643db834afe7ca0fa50d (diff)
downloadpentadactyl-68bd2e527485ce8ba8314448d5ad4828113bbc08.tar.gz
Fix dactyl.Controller#countBeep definition typo.
Diffstat (limited to 'common/tests/functional')
-rw-r--r--common/tests/functional/dactyl.js2
1 files changed, 1 insertions, 1 deletions
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 = [];