summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2022-07-13 23:41:29 +0000
committer Chen Xu <fionaxu@google.com> 2022-07-14 19:10:39 +0000
commitb3a15a7f695d9c15384affacec3d082997ddd9be (patch)
tree5e5e1ba95a6dfd5c77467a3576ade1abb5f49d47
parentdbdc3922fe174b3ba2514a2e064f4c7464286fb5 (diff)
docs: Typo fix ("Poicly" -> "Policy").
Bug: 178958617 Change-Id: I0144af1f11f742d197aa38074b8c59be19cbdeb7 Test: (Built docs with go/abtd - go/abort-ui/run/L19100000955473218)
-rw-r--r--telephony/java/android/telephony/euicc/EuiccManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java
index a673807a3f97..1252dc178cb9 100644
--- a/telephony/java/android/telephony/euicc/EuiccManager.java
+++ b/telephony/java/android/telephony/euicc/EuiccManager.java
@@ -769,7 +769,7 @@ public class EuiccManager {
public static final int ERROR_INSTALL_PROFILE = 10009;
/**
- * Failed to load profile onto eUICC due to Profile Poicly Rules.
+ * Failed to load profile onto eUICC due to Profile Policy Rules.
* @see #EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE for details
*/
public static final int ERROR_DISALLOWED_BY_PPR = 10010;