Rod Hynes 9 лет назад
Родитель
Сommit
1f38847fe4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      psiphon/config.go
  2. 1 1
      psiphon/server/server_test.go

+ 1 - 1
psiphon/config.go

@@ -472,7 +472,7 @@ type DownloadURL struct {
 
 	// SkipVerify indicates whether to verify HTTPS certificates. It some
 	// circumvention scenarios, verification is not possible. This must
-	// only be set to true when the resource its own verification mechanism.
+	// only be set to true when the resource has its own verification mechanism.
 	SkipVerify bool
 
 	// OnlyAfterAttempts specifies how to schedule this URL when downloading

+ 1 - 1
psiphon/server/server_test.go

@@ -286,7 +286,7 @@ func runServer(t *testing.T, runConfig *runServerConfig) {
 	sponsorID, expectedHomepageURL := pavePsinetDatabaseFile(
 		t, runConfig.doDefaultSessionID, psinetFilename)
 
-	// Pave OSL config for SLOk testing
+	// Pave OSL config for SLOK testing
 	oslConfigFilename := filepath.Join(testDataDirName, "osl_config.json")
 	propagationChannelID := paveOSLConfigFile(t, oslConfigFilename)