spelling: and

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 10:49:35 -05:00
parent 0bef7743f6
commit 05d09de90b
3 changed files with 3 additions and 3 deletions

View file

@ -308,7 +308,7 @@ VoiceSessionId voice_start_dictation(VoiceEndpointSessionType session_type) {
return s_session_id;
}
// Calling this will end the recording, disable the mic and and stop the audio transfer session. We
// Calling this will end the recording, disable the mic and stop the audio transfer session. We
// expect voice_handle_dictation_result to be called next with a dictation response
void voice_stop_dictation(VoiceSessionId session_id) {
mutex_lock(s_lock);