From: Dan Mick Date: Wed, 30 Jul 2014 21:49:02 +0000 (-0700) Subject: qa/workunits/cephtool/test_daemon.sh: typo X-Git-Tag: v0.80.6~103^2~2^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50a1c08e46eaedd3d81a52f64923228bc8a81c26;p=ceph.git qa/workunits/cephtool/test_daemon.sh: typo Signed-off-by: Dan Mick (cherry picked from commit 22d20f39b7355966554319d5a1aa888967607569) --- diff --git a/qa/workunits/cephtool/test_daemon.sh b/qa/workunits/cephtool/test_daemon.sh index 0e7331d103c7..20ed64fe9dc1 100755 --- a/qa/workunits/cephtool/test_daemon.sh +++ b/qa/workunits/cephtool/test_daemon.sh @@ -8,7 +8,7 @@ expect_false() if "$@"; then return 1; else return 0; fi } -echo note: assuming mon.a is on the currenet host +echo note: assuming mon.a is on the current host # can set to 'sudo ./ceph' to execute tests from current dir for development CEPH=${CEPH:-'sudo ceph'}