summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2023-04-13 21:16:19 +0000
committerAndrew Solovay <asolovay@google.com>2023-04-13 23:22:51 +0000
commit572bfdb0380e304d023aedc42e3bb5fe4729c05f (patch)
treee9924b64a83621683f9ae9bef6a67193a16edc15
parent3471f4cbb265bc98e3a8f4e8e4a600c2923d81e1 (diff)
downloadvoip-572bfdb0380e304d023aedc42e3bb5fe4729c05f.tar.gz
docs: Fixing typos in doc commentsandroid14-dev
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]
-rw-r--r--src/java/android/net/sip/SipAudioCall.java2
1 files changed, 1 insertions, 1 deletions
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 @@ public class SipAudioCall {
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 {