From 52abea1ae20d090b5a96a7fadd2cf9df39ecaf9e Mon Sep 17 00:00:00 2001 From: Ian Lavery Date: Tue, 8 Aug 2023 15:51:06 -0700 Subject: [PATCH] spelling --- binding/flutter/lib/rhino_manager.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/flutter/lib/rhino_manager.dart b/binding/flutter/lib/rhino_manager.dart index c3540a8e..967a5932 100644 --- a/binding/flutter/lib/rhino_manager.dart +++ b/binding/flutter/lib/rhino_manager.dart @@ -138,7 +138,7 @@ class RhinoManager { _isListening = false; } - /// Starts audio recording and processing with the Rhino egine until a + /// Starts audio recording and processing with the Rhino engine until a /// inference result is sent via the `inferenceCallback` /// Throws a `RhinoException` if there was a problem starting audio recording. Future process() async {