From a23d80547545f1d367ef446d6d7173999ca4e97c Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 30 Apr 2018 12:07:48 +1000 Subject: [PATCH] ctdb-tests: Fix a typo Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Mon Apr 30 14:26:43 CEST 2018 on sn-devel-144 --- ctdb/tests/simple/03_ctdb_getvar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/tests/simple/03_ctdb_getvar.sh b/ctdb/tests/simple/03_ctdb_getvar.sh index a58aa3bf117..cae3dd14159 100755 --- a/ctdb/tests/simple/03_ctdb_getvar.sh +++ b/ctdb/tests/simple/03_ctdb_getvar.sh @@ -36,7 +36,7 @@ cluster_is_healthy try_command_on_node -v 0 "$CTDB listvars" -echo "Veryifying all variable values using \"ctdb getvar\"..." +echo "Verifying all variable values using \"ctdb getvar\"..." echo "$out" | while read var x val ; do