From c5962ff651a9ab1ad9714b8310191d683e787113 Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Wed, 1 Apr 2020 15:55:20 -0700 Subject: [PATCH] [DPP] Fix typo in javadoc for SUCCESS_CONFIGURATION_APPLIED Bug: 153015500 Test: No code changes Change-Id: I3275680ccd6161b703ad60dbe82e558fc17e37e5 --- wifi/java/android/net/wifi/EasyConnectStatusCallback.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/java/android/net/wifi/EasyConnectStatusCallback.java b/wifi/java/android/net/wifi/EasyConnectStatusCallback.java index de2f5d9a3fe42..6c2e6ddf5dd2b 100644 --- a/wifi/java/android/net/wifi/EasyConnectStatusCallback.java +++ b/wifi/java/android/net/wifi/EasyConnectStatusCallback.java @@ -42,7 +42,7 @@ public abstract class EasyConnectStatusCallback { public static final int EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT = 0; /** - * East Connect R2 Success event: Configuration applied by Enrollee (Configurator mode). + * Easy Connect R2 Success event: Configuration applied by Enrollee (Configurator mode). * This is the last and final Easy Connect event when both the local device and remote device * implement R2. If either the local device or remote device implement R1, this event will never * be received, and the {@link #EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT} will be received.