Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66da080a authored by Benedict Wong's avatar Benedict Wong
Browse files

Minor cleanup

This change fixes a few spelling and cleanup errors. I can't sphell.

Test: Comment change only
Change-Id: Ieca3e1490be7ba6b3daf893624e1ea82bdcc4e37
parent 24a2be82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }