Rod Hynes пре 5 месеци
родитељ
комит
857e2913c0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      psiphon/controller.go

+ 2 - 2
psiphon/controller.go

@@ -3016,7 +3016,7 @@ func (controller *Controller) runInproxyProxy() {
 	// load from well-behaved proxies.
 	// load from well-behaved proxies.
 	//
 	//
 	// This early check is enforced only when there are tactics, as indicated
 	// This early check is enforced only when there are tactics, as indicated
-	// by presense of a tactics tag. In the proxy-only case where broker
+	// by presence of a tactics tag. In the proxy-only case where broker
 	// specs are shipped in the proxy config, inproxyAwaitProxyBrokerSpecs
 	// specs are shipped in the proxy config, inproxyAwaitProxyBrokerSpecs
 	// may return before any tactics are fetched, in which case
 	// may return before any tactics are fetched, in which case
 	// InproxyAllowProxy will always evaluate to the default, false.
 	// InproxyAllowProxy will always evaluate to the default, false.
@@ -3448,7 +3448,7 @@ func (controller *Controller) inproxyHandleProxyTacticsPayload(
 	if appliedNewTactics {
 	if appliedNewTactics {
 
 
 		// Shutdown if running in proxy-only and tactics now indicate the
 		// Shutdown if running in proxy-only and tactics now indicate the
-		// proxy is now allowed.
+		// proxy is not allowed.
 		//
 		//
 		// Limitation: does not immediately stop proxy in dual proxy/tunnel mode.
 		// Limitation: does not immediately stop proxy in dual proxy/tunnel mode.