Amir Khan 1 tahun lalu
induk
melakukan
162f1c33e7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 }