diff options
author | Pavel Roskin <proski@gnu.org> | 2007-02-03 23:49:16 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-03 21:49:54 -0800 |
commit | 3dff5379bf1e3fda5e5a84ca5813b0c0cfd51be7 (patch) | |
tree | 86fe6fa503b65e19b37dceb5b7613602267a9bb1 /t/t5000-tar-tree.sh | |
parent | 0f3908758947b2279f5d2d4a294653d76a62d468 (diff) | |
download | git-3dff5379bf1e3fda5e5a84ca5813b0c0cfd51be7.tar.gz git-3dff5379bf1e3fda5e5a84ca5813b0c0cfd51be7.tar.xz |
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t5000-tar-tree.sh')
-rwxr-xr-x | t/t5000-tar-tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index cf08e9279..ac835fe43 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -10,7 +10,7 @@ commit id embedding: The contents of the repository is compared to the extracted tar archive. The repository contains simple text files, symlinks and a - binary file (/bin/sh). Only pathes shorter than 99 characters are + binary file (/bin/sh). Only paths shorter than 99 characters are used. git-tar-tree applies the commit date to every file in the archive it |