summaryrefslogtreecommitdiff
path: root/wifi/java
diff options
context:
space:
mode:
authorHai Shalom <haishalom@google.com>2020-04-03 20:21:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-04-03 20:21:34 +0000
commitfaac9ca5a99f91811bae2d7f237a2753e2b0e50c (patch)
tree37888f4f8be721720750181863afce4cc8cbff50 /wifi/java
parentbc93009274b4dd570d5127bb3bd3b158d70feb46 (diff)
parentc5962ff651a9ab1ad9714b8310191d683e787113 (diff)
Merge "[DPP] Fix typo in javadoc for SUCCESS_CONFIGURATION_APPLIED" into rvc-dev
Diffstat (limited to 'wifi/java')
-rw-r--r--wifi/java/android/net/wifi/EasyConnectStatusCallback.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/java/android/net/wifi/EasyConnectStatusCallback.java b/wifi/java/android/net/wifi/EasyConnectStatusCallback.java
index de2f5d9a3fe4..6c2e6ddf5dd2 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.