diff --git a/examples/iOS/Obj-C/SnowboyTest/ViewController.mm b/examples/iOS/Obj-C/SnowboyTest/ViewController.mm index d1d6c91b..16467f6e 100644 --- a/examples/iOS/Obj-C/SnowboyTest/ViewController.mm +++ b/examples/iOS/Obj-C/SnowboyTest/ViewController.mm @@ -31,7 +31,7 @@ - (void)initSnowboy { std::string([[[NSBundle mainBundle]pathForResource:@"alexa" ofType:@"umdl"] UTF8String])); _snowboyDetect->SetSensitivity("0.5"); _snowboyDetect->SetAudioGain(1.0); - _snowboyDetect->ApplyFrotnend(false); + _snowboyDetect->ApplyFrontend(false); } - (void) initMic {