소스 검색

fix typo

svn:r5597
Roger Dingledine 20 년 전
부모
커밋
dadcb19d17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/directory.c

+ 1 - 1
src/or/directory.c

@@ -213,7 +213,7 @@ directory_get_from_dirserver(uint8_t purpose, const char *resource,
       rs = router_pick_directory_server(1, 0, need_v2_support,
                                         retry_if_no_servers);
       /* If we have any hope of building an indirect conn, we know some router
-       * decriptors.  If (rs==NULL), we can't build circuits anyway, so
+       * descriptors.  If (rs==NULL), we can't build circuits anyway, so
        * there's no point in falling back to the authorities in this case.  */
     }
   }