Rod Hynes 5 месяцев назад
Родитель
Сommit
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.
 	//
 	// 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
 	// may return before any tactics are fetched, in which case
 	// InproxyAllowProxy will always evaluate to the default, false.
@@ -3448,7 +3448,7 @@ func (controller *Controller) inproxyHandleProxyTacticsPayload(
 	if appliedNewTactics {
 
 		// 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.