]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Last of Ulrich Spoerlein's spelling fixes.
authorTim Kientzle <kientzle@gmail.com>
Sun, 8 Jan 2012 00:45:39 +0000 (19:45 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 8 Jan 2012 00:45:39 +0000 (19:45 -0500)
SVN-Revision: 4094

contrib/psota-benchmark/results.txt
contrib/psota-benchmark/tcp.sh

index f557a62ef20d0e4176cb20c755927d2b84e2f708..2d364c5558ddb3c00a18a46a3456b3b62f3a3877 100644 (file)
@@ -1,4 +1,4 @@
-ODP: [Bug-tar] GNU tar, star and BSD tar speed comparision +new script
+ODP: [Bug-tar] GNU tar, star and BSD tar speed comparison +new script
 
 Jan Psota
 Thu, 25 Oct 2007 06:51:13 -0700
index 809719006a6b291ebb75b5add62d356b6beca192..3f630732be7cfbb12bd2e16f77cd9034ae8bfc11 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
-# tar comparision program
+# tar comparison program
 # 2007-10-25 Jan Psota
 
 n=3                                     # number of repetitions
-TAR="bsdtar gnutar star"                # TApeArchivers to compare
+TAR="bsdtar gnutar star"                # Tape archivers to compare
 OPT=("" "--seek" "-no-fsync")
 pax="--format=pax"                      # comment out for defaults
 OPN=(create list extract compare)       # operations
@@ -16,9 +16,9 @@ test $# -ge 2 || {
 [where_to_extract_it]
 
 TCP, version $version
-TCP stands for Tar Comparision Program here.
+TCP stands for Tar Comparison Program here.
 It currently compares: BSD tar (bsdtar), GNU tar (gnutar) and star in archive
-creation, listing, extraction and archive-to-extracted comparision.
+creation, listing, extraction and archive-to-extracted comparison.
 Tcp prints out best time of n=$n repetitions.
 
 Tcp creates temporary archive named tcp.tar with $pax and some native