Skip to content

Commit

Permalink
spelling: workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 31, 2020
1 parent 9913d9b commit 53c853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/java/de/blinkt/openvpn/core/VpnStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public synchronized static void updateStateString(String state, String msg, int
}

public synchronized static void updateStateString(String state, String msg, int resid, ConnectionStatus level, Intent intent) {
// Workound for OpenVPN doing AUTH and wait and being connected
// Workaround for OpenVPN doing AUTH and wait and being connected
// Simply ignore these state
if (mLastLevel == ConnectionStatus.LEVEL_CONNECTED &&
(state.equals("WAIT") || state.equals("AUTH"))) {
Expand Down

0 comments on commit 53c853e

Please sign in to comment.