Browse Source

Fix: comment typos

Rod Hynes 9 years ago
parent
commit
1f38847fe4
2 changed files with 2 additions and 2 deletions
  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
 	// SkipVerify indicates whether to verify HTTPS certificates. It some
 	// circumvention scenarios, verification is not possible. This must
 	// 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
 	SkipVerify bool
 
 
 	// OnlyAfterAttempts specifies how to schedule this URL when downloading
 	// 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(
 	sponsorID, expectedHomepageURL := pavePsinetDatabaseFile(
 		t, runConfig.doDefaultSessionID, psinetFilename)
 		t, runConfig.doDefaultSessionID, psinetFilename)
 
 
-	// Pave OSL config for SLOk testing
+	// Pave OSL config for SLOK testing
 	oslConfigFilename := filepath.Join(testDataDirName, "osl_config.json")
 	oslConfigFilename := filepath.Join(testDataDirName, "osl_config.json")
 	propagationChannelID := paveOSLConfigFile(t, oslConfigFilename)
 	propagationChannelID := paveOSLConfigFile(t, oslConfigFilename)