summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-20 11:09:48 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-20 11:10:25 -0800
commit22b56458795d03ceb72982322f52a2e341e78f62 (patch)
tree715c8649fd2cab8c954e921d25dbbb88648eb0f7
parentd44d592013bd34b08246b14cefb7187166a3396a (diff)
downloadtar-22b56458795d03ceb72982322f52a2e341e78f62.tar.gz
Fix "concatenating" typo.
Problem reported by Rodrigo Queiro in: https://lists.gnu.org/r/bug-tar/2017-11/msg00021.html * doc/intern.texi (Extensions): Fix typo.
-rw-r--r--doc/intern.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.texi b/doc/intern.texi
index 5ef0ee8c..bfb7c37c 100644
--- a/doc/intern.texi
+++ b/doc/intern.texi
@@ -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