Browse Source

Fix: comment typo

Rod Hynes 8 years ago
parent
commit
ab088287bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/server/meek.go

+ 1 - 1
psiphon/server/meek.go

@@ -861,7 +861,7 @@ func makeMeekTLSConfig(
 }
 }
 
 
 // getMeekCookiePayload extracts the payload from a meek cookie. The cookie
 // getMeekCookiePayload extracts the payload from a meek cookie. The cookie
-// paylod is base64 encoded, obfuscated, and NaCl encrypted.
+// payload is base64 encoded, obfuscated, and NaCl encrypted.
 func getMeekCookiePayload(support *SupportServices, cookieValue string) ([]byte, error) {
 func getMeekCookiePayload(support *SupportServices, cookieValue string) ([]byte, error) {
 	decodedValue, err := base64.StdEncoding.DecodeString(cookieValue)
 	decodedValue, err := base64.StdEncoding.DecodeString(cookieValue)
 	if err != nil {
 	if err != nil {