]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test_daemon.sh: typo
authorDan Mick <dan.mick@inktank.com>
Wed, 30 Jul 2014 21:49:02 +0000 (14:49 -0700)
committerSage Weil <sage@redhat.com>
Sat, 2 Aug 2014 00:05:52 +0000 (17:05 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
(cherry picked from commit 22d20f39b7355966554319d5a1aa888967607569)

qa/workunits/cephtool/test_daemon.sh

index 0e7331d103c7b24e6e6564a63ecf80dade5b8a4c..20ed64fe9dc185a937458431e4eb1b40e1a75b15 100755 (executable)
@@ -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'}