소스 검색

Fix comment typo

Rod Hynes 7 달 전
부모
커밋
71f1399ddd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      psiphon/common/osl/osl.go

+ 1 - 1
psiphon/common/osl/osl.go

@@ -1009,7 +1009,7 @@ func (config *Config) CurrentOSLIDs(schemeIndex int) (map[string]string, error)
 // PaveData is the per-OSL data used by Pave, for use in alternative, fileless
 // mechanisms, such as proof-of-knowledge of keys. PaveData.FileSpec is the
 // OSL FileSpec that would be paved into the registry file, and
-// PaveData.FileKey is the key that would be used to encrypted OSL files.
+// PaveData.FileKey is the key that would be used to encrypt OSL files.
 type PaveData struct {
 	FileSpec *OSLFileSpec
 	FileKey  []byte