Skip to content

Commit

Permalink
Fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Mar 20, 2023
1 parent ceb7b54 commit b1a875a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MobileLibrary/Android/PsiphonTunnel/PsiphonTunnel.java
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public String getNetworkID() {
// Case 1: no VPN is running
//
// isVpnMode = true/false doesn't change the network ID; the network ID will
// be the physical network ID, and feedback may load load tactics and may
// be the physical network ID, and feedback may load existing tactics or may
// fetch tactics.
//
// Case 2: Psiphon VPN is running
Expand Down
2 changes: 1 addition & 1 deletion psiphon/feedback.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func SendFeedback(ctx context.Context, config *Config, diagnostics, uploadPath s

// Limitation: GetTactics will fail silently if the datastore used for
// retrieving and storing tactics is opened by another process. This can
// be the case on Android an iOS where SendFeedback is invoked by the UI
// be the case on Android and iOS where SendFeedback is invoked by the UI
// process while tunneling is run by the VPN process.
//
// - When the Psiphon VPN is running, GetTactics won't load tactics.
Expand Down

0 comments on commit b1a875a

Please sign in to comment.