summaryrefslogtreecommitdiffstats
path: root/ctdb/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-11-27 23:28:24 +0100
committerMartin Schwenke <martins@samba.org>2013-11-28 07:31:13 +0100
commit30dead171f82b5da31cbcbab88eaa70a896d9c55 (patch)
tree47fc1626fe8c94f921b97ea0354b161dd8e1f859 /ctdb/tests
parent3e083f96ff02cbf419513e16a200e8d4d0c2c227 (diff)
downloadsamba-30dead171f82b5da31cbcbab88eaa70a896d9c55.tar.gz
samba-30dead171f82b5da31cbcbab88eaa70a896d9c55.tar.xz
samba-30dead171f82b5da31cbcbab88eaa70a896d9c55.zip
ctdb:tests:76_ctdb_pdb_recovery: fix a typo in a message
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests')
-rwxr-xr-xctdb/tests/simple/76_ctdb_pdb_recovery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
index 03c4d338f8b..959ef7da9bf 100755
--- a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
+++ b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
@@ -102,7 +102,7 @@ try_command_on_node all $CTDB setvar RecoverPDBBySeqNum 1
do_test
if try_command_on_node 0 $CTDB pfetch $TESTDB test1 ; then
- echo "GOOD: Record was not deleted (recovery by sequnce number worked)"
+ echo "GOOD: Record was not deleted (recovery by sequence number worked)"
else
echo "BAD: Record was deleted"
status=1