diff options
| author | Cody Kesting <ckesting@google.com> | 2020-04-09 22:40:39 +0000 |
|---|---|---|
| committer | Cody Kesting <ckesting@google.com> | 2020-04-10 00:30:38 +0000 |
| commit | b840c602ed8b0cb6b1d31f112c5cddfb266501d1 (patch) | |
| tree | c859277e49952da723b40d11026e6b23767fb93b /core/java/android | |
| parent | 377e486c34fa0a5451080503ae1c5b357a0d68bb (diff) | |
Fix typo in VpnManager Docs.
Bug: 153364039
Test: n/a. Docs change only.
Change-Id: I8259bfc09735515f428bb41d69fedd3ea1961f79
Merged-In: I8259bfc09735515f428bb41d69fedd3ea1961f79
(cherry picked from commit 3150b04b67dc75fe5edebad6870fc09710d07af2)
Diffstat (limited to 'core/java/android')
| -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. |
