Rod Hynes 8 лет назад
Родитель
Сommit
c58fc973b1
1 измененных файлов с 1 добавлено и 1 удалено
  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: