From 87f0bc2e1a40ec2bb6839275999a917c0a94d4f6 Mon Sep 17 00:00:00 2001 From: Cody Kesting Date: Mon, 6 Apr 2020 12:57:58 -0700 Subject: [PATCH] Fix typo in VpnManager Docs. Bug: 153364039 Test: n/a. Docs change only. Change-Id: I8259bfc09735515f428bb41d69fedd3ea1961f79 --- core/java/android/net/VpnManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/net/VpnManager.java b/core/java/android/net/VpnManager.java index 2041cfb22ea81..c87b8279c4d60 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. * *

Internal only. Applications are expected to obtain an instance of the VpnManager via the * {@link Context.getSystemService()} method call.