Amir Khan 1 an în urmă
părinte
comite
162f1c33e7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      psiphon/common/tlsCache.go

+ 1 - 1
psiphon/common/tlsCache.go

@@ -71,7 +71,7 @@ func (c *TLSClientSessionCacheWrapper) RemoveCacheEntry() {
 type UtlsClientSessionCacheWrapper struct {
 	utls.ClientSessionCache
 
-	// sessinoKey specifies the value of the hard-coded TLS session cache key.
+	// sessionKey specifies the value of the hard-coded TLS session cache key.
 	sessionKey string
 }