Przeglądaj źródła

Fix: comment typo

Rod Hynes 9 lat temu
rodzic
commit
465ec100fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      psiphon/userAgent_test.go

+ 1 - 1
psiphon/userAgent_test.go

@@ -103,7 +103,7 @@ func checkUserAgentCounts(t *testing.T, isCONNECT bool) {
 		return
 	}
 
-	// TODO: check proporations
+	// TODO: check proportions
 	t.Logf("%+v", userAgentCounts)
 }