소스 검색

(decode_options): Fixed typo in the comment.

Sergey Poznyakoff 21 년 전
부모
커밋
48c24ac711
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tar.c

+ 1 - 1
src/tar.c

@@ -707,7 +707,7 @@ decode_options (int argc, char **argv)
 	/* Try to reblock input records.  For reading 4.2BSD pipes.  */
 
 	/* It would surely make sense to exchange -B and -R, but it seems
-	   that -B has been used for a long while in Sun tar ans most
+	   that -B has been used for a long while in Sun tar and most
 	   BSD-derived systems.  This is a consequence of the block/record
 	   terminology confusion.  */