From 364c3991e71f5e262abc11f39c4cb858da2591a6 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Sat, 28 Sep 2019 12:55:31 -0500 Subject: [PATCH] fixed a spelling error --- mycroft/skills/intent_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/skills/intent_service.py b/mycroft/skills/intent_service.py index 6696f40621..2b4e0f08f2 100644 --- a/mycroft/skills/intent_service.py +++ b/mycroft/skills/intent_service.py @@ -441,7 +441,7 @@ class IntentService: if intents: take_best(intents[0], utt) - # Also test the normalized version, but set the utternace to + # Also test the normalized version, but set the utterance to # the raw version so skill has access to original STT norm_intents = [i for i in self.engine.determine_intent( norm_utt[idx], 100,