Rod Hynes před 8 roky
rodič
revize
c58fc973b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      psiphon/server/trafficRules.go

+ 1 - 1
psiphon/server/trafficRules.go

@@ -272,7 +272,7 @@ func (set *TrafficRulesSet) GetTrafficRules(
 	defer set.ReloadableFile.RUnlock()
 
 	// Start with a copy of the DefaultRules, and then select the first
-	// matches Rules from FilteredTrafficRules, taking only the explicitly
+	// matching Rules from FilteredTrafficRules, taking only the explicitly
 	// specified fields from that Rules.
 	//
 	// Notes: