Amir Khan 1 год назад
Родитель
Сommit
162f1c33e7
1 измененных файлов с 1 добавлено и 1 удалено
  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
 }