AudioManager: fix typo in java doc.

Fix typo spotted by API review.

Bug: 206628713
Test: make offline-sdk-docs
Change-Id: Ic681d1a99f7100215a40ece0203e2c15c1160680
This commit is contained in:
Eric Laurent
2021-11-17 15:02:24 +01:00
parent 234a821860
commit 961cd3a82c

View File

@@ -3098,7 +3098,7 @@ public class AudioManager {
public static final int MODE_CALL_REDIRECT = AudioSystem.MODE_CALL_REDIRECT;
/**
* n audio/video chat or VoIP call is established and its audio is being redirected to another
* An audio/video chat or VoIP call is established and its audio is being redirected to another
* device.
*/
public static final int MODE_COMMUNICATION_REDIRECT = AudioSystem.MODE_COMMUNICATION_REDIRECT;