From 49d3b7cacbd02b755d727559d39d3f102b2f2710 Mon Sep 17 00:00:00 2001 From: Ahmed Galal <20770939+PO15ON@users.noreply.github.com> Date: Sun, 16 Sep 2018 15:24:57 +0200 Subject: [PATCH] Update ToyVpnService.java --- ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java b/ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java index 41cf0e1..90b81e6 100644 --- a/ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java +++ b/ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java @@ -99,7 +99,7 @@ public synchronized void run() { // We try to create the tunnel for several times. The better way // is to work with ConnectivityManager, such as trying only when - // the network is avaiable. Here we just use a counter to keep + // the network is available. Here we just use a counter to keep // things simple. for (int attempt = 0; attempt < 10; ++attempt) { mHandler.sendEmptyMessage(R.string.connecting);