Browse Source

comment cleanup

Miro Kuratczyk 9 years ago
parent
commit
559f350ade
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/server/psinet/psinet.go

+ 1 - 1
psiphon/server/psinet/psinet.go

@@ -160,7 +160,7 @@ func (db *Database) Reload(filename string) error {
 	}
 
 	// Unmarshal first validates the provided JSON and then
-	// populates the interface. The previosly loaded data
+	// populates the interface. The previously loaded data
 	// persists if the new JSON is malformed.
 	err = json.Unmarshal(configJSON, &db)