]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix typo 8751/head
authorLi Peng <lip@dtdream.com>
Tue, 26 Apr 2016 07:56:26 +0000 (15:56 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 26 Apr 2016 07:56:26 +0000 (15:56 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
qa/workunits/fs/misc/multiple_rsync.sh

index 87a9761e809b798a6fb0079fc0f8c28a4e27c7a3..4397c1e7fa550b8d00fd1a5d5d0ca0dfbf2cd0ad 100755 (executable)
@@ -12,7 +12,7 @@ sudo rsync -av $PAYLOAD payload.1
 sudo rsync -av $PAYLOAD payload.2
 
 # this shouldn't transfer any additional files
-echo we should get 4 here if no additional files are transfered
+echo we should get 4 here if no additional files are transferred
 sudo rsync -auv $PAYLOAD payload.1 | tee /tmp/$$
 hexdump -C /tmp/$$
 wc -l /tmp/$$ | grep 4