소스 검색

Fixed typo.

woollybah 6 년 전
부모
커밋
215a07bda1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crypto.mod/crypto.bmx

+ 1 - 1
crypto.mod/crypto.bmx

@@ -1102,7 +1102,7 @@ Type TCryptoKeyExchange
 	about: This variant is designed to anonymously send messages to a recipient using its public key.
 	about: This variant is designed to anonymously send messages to a recipient using its public key.
 	* What the client needs to know about the server: <b>the server's public key</b>
 	* What the client needs to know about the server: <b>the server's public key</b>
 	* What the server needs to know about the client: <b>nothing</b>
 	* What the server needs to know about the client: <b>nothing</b>
-	End Remw
+	End Rem
 	Function N1:Int(sessionKeyPair:TCryptoSessionKeyPair Var, packet:TCryptoNPacket Var, preSharedKey:TCryptoKey, serverKeyPair:TCryptoExchangeKeyPair)
 	Function N1:Int(sessionKeyPair:TCryptoSessionKeyPair Var, packet:TCryptoNPacket Var, preSharedKey:TCryptoKey, serverKeyPair:TCryptoExchangeKeyPair)
 		If Not sessionKeyPair Then
 		If Not sessionKeyPair Then
 			sessionKeyPair = New TCryptoSessionKeyPair
 			sessionKeyPair = New TCryptoSessionKeyPair