diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-17 21:17:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-17 21:17:35 +0000 |
commit | a46640e980106bc77e2f0ae15ebe9848df174a04 (patch) | |
tree | f2a5e9616ccfdd92e1fa05f8caa23a30cea90bd8 | |
parent | 4ace21e5348f0a4d86b1964d6b021e2d26e329ee (diff) | |
download | coreutils-a46640e980106bc77e2f0ae15ebe9848df174a04.tar.xz |
s/filesystem/file system/ in a comment
-rwxr-xr-x | tests/cp/acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/acl b/tests/cp/acl index 3b21d9a14..2bf637c2f 100755 --- a/tests/cp/acl +++ b/tests/cp/acl @@ -1,5 +1,5 @@ #!/bin/sh -# copy files/directories across filesystem boundaries +# copy files/directories across file system boundaries # and make sure acls are preserved appropriately . $srcdir/../acl |