]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 14:03:33 +0000 (14:03 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 14:03:33 +0000 (14:03 +0000)
src/dd.c

index 6eaf8fed1083d87fc20a468cd2c0b6f0c9389f70..6a4ef9c45849a024c298b27f1aca970e72c05bb7 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -734,7 +734,7 @@ buggy_lseek_support (int fdesc)
      on some special files but doesn't return an error, either.
      In particular, the Linux tape drivers are a problem.
      For example, when I did the following using dd-4.0y or earlier on a
-     Linux-2.2.17 system with a Exabyte SCSI tape drive:
+     Linux-2.2.17 system with an Exabyte SCSI tape drive:
 
        dev=/dev/nst0
        reset='mt -f $dev rewind; mt -f $dev fsf 1'