summaryrefslogtreecommitdiff
path: root/main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java')
-rw-r--r--main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java b/main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java
index c9ce9745..1c5dd0e5 100644
--- a/main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java
+++ b/main/src/ui/java/de/blinkt/openvpn/OpenVPNTileService.java
@@ -116,7 +116,7 @@ public class OpenVPNTileService extends TileService implements VpnStatus.StateLi
VpnProfile vpn;
Tile t = getQsTile();
if (level == ConnectionStatus.LEVEL_AUTH_FAILED || level == ConnectionStatus.LEVEL_NOTCONNECTED) {
- // No VPN connected, use stadnard VPN
+ // No VPN connected, use standard VPN
vpn = getQSVPN();
if (vpn == null) {
t.setLabel(getString(R.string.novpn_selected));