From 8b7f68d4efdcbf7d150bb6f56f33c458c6b495cf Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 13 Jul 2022 23:41:29 +0000 Subject: [PATCH] docs: Typo fix ("Poicly" -> "Policy"). Bug: 178958617 Change-Id: I0144af1f11f742d197aa38074b8c59be19cbdeb7 Test: (Built docs with go/abtd - go/abort-ui/run/L19100000955473218) --- telephony/java/android/telephony/euicc/EuiccManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java index a673807a3f974..1252dc178cb97 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;