diff options
| author | 2020-02-14 00:11:09 -0800 | |
|---|---|---|
| committer | 2020-02-19 05:17:51 +0000 | |
| commit | 66da080ab8f165b1467c9c254bd77ab4f774e2cf (patch) | |
| tree | c0a746bf768095c0d957c0fcc80895ecfedbfae7 | |
| parent | 24a2be8275b2d41e139e1f53ba79397f5bc9fb44 (diff) | |
Minor cleanup
This change fixes a few spelling and cleanup errors. I can't sphell.
Test: Comment change only
Change-Id: Ieca3e1490be7ba6b3daf893624e1ea82bdcc4e37
| -rw-r--r-- | services/core/java/com/android/server/connectivity/Vpn.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/connectivity/Vpn.java b/services/core/java/com/android/server/connectivity/Vpn.java index ef40bc48446c..3c21d1a5169e 100644 --- a/services/core/java/com/android/server/connectivity/Vpn.java +++ b/services/core/java/com/android/server/connectivity/Vpn.java @@ -697,7 +697,7 @@ public class Vpn {                  // correctly parsed, and the VPN has started running in a different thread. The only                  // other possibility is that the above call threw an exception, which will be                  // caught below, and returns false (clearing the always-on VPN). Once started, the -                // Platform VPN cannot permanantly fail, and is resiliant to temporary failures. It +                // Platform VPN cannot permanently fail, and is resilient to temporary failures. It                  // will continue retrying until shut down by the user, or always-on is toggled off.                  return true;              }  |