summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthewsotoudeh <matthewsot@outlook.com>2017-02-05 13:03:16 -0800
committermatthewsotoudeh <matthewsot@outlook.com>2017-02-05 13:03:16 -0800
commitf261b9a14fd9757a6a51ac8231c7924bbf6675a8 (patch)
tree410a5f4c1a74edd0e0fe6c83430beebbeba73522
parentc9e3e2ec0af7a27119aa6c8200359afb4e304eec (diff)
fixed abstraction
-rw-r--r--ps/sr-abstraction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/sr-abstraction.js b/ps/sr-abstraction.js
index 14b9988..53580d4 100644
--- a/ps/sr-abstraction.js
+++ b/ps/sr-abstraction.js
@@ -16,7 +16,7 @@ if (typeof SpeechRecognition == "undefined" && typeof webkitSpeechRecognition ==
};
} else {
console.log("Using browser speech recognition API");
- speechRecgonizer.recognition = null;
+ speechRecognizer.recognition = null;
if (webkitSpeechRecognition) {
speechRecognizer.recognition = new webkitSpeechRecognition();
} else {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback