Skip to content

Commit 9b2d4bf

Browse files
committed
spelling: workaround
1 parent c298068 commit 9b2d4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/main/java/de/blinkt/openvpn/core/VpnStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public synchronized static void updateStateString(String state, String msg, int
381381
}
382382

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

0 commit comments

Comments
 (0)