소스 검색

fix another typo

Roger Dingledine 15 년 전
부모
커밋
aab6952887
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -2261,7 +2261,7 @@ typedef struct circuit_t {
   char *n_conn_onionskin;
 
   /** When was this circuit created?  We keep this timestamp with a higher
-   * resolution tham most so that the circuit-build-time tracking code can
+   * resolution than most so that the circuit-build-time tracking code can
    * get millisecond resolution. */
   struct timeval timestamp_created;
   time_t timestamp_dirty; /**< When the circuit was first used, or 0 if the