diff options
| author | Cody Kesting <ckesting@google.com> | 2020-04-09 21:12:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-09 21:12:23 +0000 |
| commit | 138575a48cc4dc2c5556296fa7ebee1613298e26 (patch) | |
| tree | 6c9059f47017b318849148f184d0795c972caa2c /core/java | |
| parent | 87685d36484190d253a878ffd1da443464ffe637 (diff) | |
| parent | 87f0bc2e1a40ec2bb6839275999a917c0a94d4f6 (diff) | |
Merge "Fix typo in VpnManager Docs."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/net/VpnManager.java | 2 |
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. |
