소스 검색

Fix cut-and-paste error in a comment

Ian Goldberg 4 년 전
부모
커밋
549a13774a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -267,7 +267,7 @@ class ClientChannelManager(relay.ChannelManager):
         # Allocate a new circuit id on it
         circid, circhandler = guardchannel.new_circuit()
 
-        # Construct the VanillaCreateCircuitMsg
+        # Construct the TelescopingCreateCircuitMsg
         ntor = relay.NTor(self.perfstats)
         ntor_request = ntor.request()
         circcreatemsg = relay.TelescopingCreateCircuitMsg(circid, ntor_request)