summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Greg Piecyk <gpiecyk@google.com> 2024-02-09 01:19:52 +0000
committer Greg Piecyk <gpiecyk@google.com> 2024-02-09 01:19:55 +0000
commit06fc58ce6d00a638b8ab9fe3db87b1cc0507291f (patch)
tree3d6342a86e9cdcbdfb2d4100a60e476db4375b3b
parent2b1750c14a18211491977adf7ef41e8d1060c357 (diff)
Fix a typo "availavle" in documentation for the getPhoneNumber method.
Change-Id: Ice8dd54f5f2264bbe7d08da76335811f9f93fe4a
-rw-r--r--telephony/java/android/telephony/SubscriptionManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java
index 3fde3b6bfc5b..711820796496 100644
--- a/telephony/java/android/telephony/SubscriptionManager.java
+++ b/telephony/java/android/telephony/SubscriptionManager.java
@@ -4333,7 +4333,7 @@ public class SubscriptionManager {
*
* <p>Note the assumption is that one subscription (which usually means one SIM) has
* only one phone number. The multiple sources backup each other so hopefully at least one
- * is availavle. For example, for a carrier that doesn't typically set phone numbers
+ * is available. For example, for a carrier that doesn't typically set phone numbers
* on {@link #PHONE_NUMBER_SOURCE_UICC UICC}, the source {@link #PHONE_NUMBER_SOURCE_IMS IMS}
* may provide one. Or, a carrier may decide to provide the phone number via source
* {@link #PHONE_NUMBER_SOURCE_CARRIER carrier} if neither source UICC nor IMS is available.