summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorCody Kesting <ckesting@google.com>2020-04-09 21:12:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-04-09 21:12:23 +0000
commit138575a48cc4dc2c5556296fa7ebee1613298e26 (patch)
tree6c9059f47017b318849148f184d0795c972caa2c /core/java
parent87685d36484190d253a878ffd1da443464ffe637 (diff)
parent87f0bc2e1a40ec2bb6839275999a917c0a94d4f6 (diff)
Merge "Fix typo in VpnManager Docs."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/net/VpnManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/net/VpnManager.java b/core/java/android/net/VpnManager.java
index 2041cfb22ea8..c87b8279c4d6 100644
--- a/core/java/android/net/VpnManager.java
+++ b/core/java/android/net/VpnManager.java
@@ -75,7 +75,7 @@ public class VpnManager {
}
/**
- * Create an instance of the VpnManger with the given context.
+ * Create an instance of the VpnManager with the given context.
*
* <p>Internal only. Applications are expected to obtain an instance of the VpnManager via the
* {@link Context.getSystemService()} method call.