]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Fix "concatenating" typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Nov 2017 19:09:48 +0000 (11:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Nov 2017 19:10:25 +0000 (11:10 -0800)
Problem reported by Rodrigo Queiro in:
https://lists.gnu.org/r/bug-tar/2017-11/msg00021.html
* doc/intern.texi (Extensions): Fix typo.

doc/intern.texi

index 5ef0ee8c8cd5308f72b1b2bb9c01384e70655073..bfb7c37cd12e62a35543e486bdc91097356c65d8 100644 (file)
@@ -316,7 +316,7 @@ representation instead of an ASCII octal number.  If the leading byte
 is 0xff (255), all the bytes of the field (including the leading byte)
 are concatenated in big-endian order, with the result being a negative
 number expressed in two's complement form.  If the leading byte is
-0x80 (128), the non-leading bytes of the field are concatenating in
+0x80 (128), the non-leading bytes of the field are concatenated in
 big-endian order, with the result being a positive number expressed in
 binary form.  Leading bytes other than 0xff, 0x80 and ASCII octal
 digits are reserved for future use, as are base-256 representations of