diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-17 21:17:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-17 21:17:28 +0000 |
commit | 4ace21e5348f0a4d86b1964d6b021e2d26e329ee (patch) | |
tree | bddb939c052fe5416febb501a064310cd4d0526d /tests/mv | |
parent | 4b4233be05cca0b2735c9d4b887b946b78711b04 (diff) | |
download | coreutils-4ace21e5348f0a4d86b1964d6b021e2d26e329ee.tar.xz |
s/filesystem/file system/
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/acl b/tests/mv/acl index 9ffb86a6e..ef5018759 100755 --- a/tests/mv/acl +++ b/tests/mv/acl @@ -1,5 +1,5 @@ #!/bin/sh -# move files/directories across filesystem boundaries +# move files/directories across file system boundaries # and make sure acls are preserved . $srcdir/../acl |