docs: Fixing typos in doc comments

Need to make some doc edits to verify our instructions for making
reference doc fixes, so I ran the common_typos linter to identify some
fixes to make. Only typo fixes, no meaningful changes to doc content (and
no changes to code). Still worth making these changes, since the typos
linter will raise warnings every time we try to publish updated docs.


Bug: 278120741
Change-Id: I02c9eb59eabf16a5b862ae78670d31db6e1fc15f
Test: [ABTD docs build: https://android-build.googleplex.com/builds/abtd/run/L39300000959916024]
diff --git a/src/java/android/net/sip/SipAudioCall.java b/src/java/android/net/sip/SipAudioCall.java
index fdbe7ba..9894056 100644
--- a/src/java/android/net/sip/SipAudioCall.java
+++ b/src/java/android/net/sip/SipAudioCall.java
@@ -68,7 +68,7 @@
     private static final int TRANSFER_TIMEOUT = 15; // in seconds
 
     /** Listener for events relating to a SIP call, such as when a call is being
-     * recieved ("on ringing") or a call is outgoing ("on calling").
+     * received ("on ringing") or a call is outgoing ("on calling").
      * <p>Many of these events are also received by {@link SipSession.Listener}.</p>
      */
     public static class Listener {