소스 검색

Fixed typo

Tatsuhiro Tsujikawa 18 년 전
부모
커밋
843e641483
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.cc

+ 1 - 1
src/main.cc

@@ -183,7 +183,7 @@ void showUsage() {
 	    "                              system but its corresponding .aria2 file doesn't\n"
 	    "                              exist.\n"
             "                              Default: false") << endl;
-  cout << _(" --check-integriy=true|false  Check file integriy by validating piece hash.\n"
+  cout << _(" --check-integrity=true|false  Check file integrity by validating piece hash.\n"
 	    "                              This option makes effect in BitTorrent download\n"
 	    "                              and Metalink with chunk checksums.\n"
 	    "                              Use this option to redownload a damaged portion of\n"