소스 검색

Fix log message typo

Robert Ransom 14 년 전
부모
커밋
52421e9101
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/connection_edge.c

+ 1 - 1
src/or/connection_edge.c

@@ -3528,7 +3528,7 @@ connection_edge_update_circuit_isolation(const edge_connection_t *conn,
       return mixed;
 
     if ((mixed & conn->isolation_flags) != 0) {
-      log_warn(LD_BUG, "Updating a circuit with seemingly incomaptible "
+      log_warn(LD_BUG, "Updating a circuit with seemingly incompatible "
                "isolation flags.");
     }
     circ->isolation_flags_mixed |= mixed;