From 20c80b92357f90736d67e0a08b5eeddc2b646eb0 Mon Sep 17 00:00:00 2001 From: Mauricio Garavaglia Date: Wed, 27 Jan 2016 00:48:33 -0300 Subject: [PATCH] tools/rbd: fix error message typo Signed-off-by: Mauricio Garavaglia --- src/tools/rbd/action/Lock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rbd/action/Lock.cc b/src/tools/rbd/action/Lock.cc index c39a4c5ff82d4..f9f4a22da5ff8 100644 --- a/src/tools/rbd/action/Lock.cc +++ b/src/tools/rbd/action/Lock.cc @@ -189,7 +189,7 @@ int execute_add(const po::variables_map &vm) { if (r < 0) { if (r == -EBUSY || r == -EEXIST) { if (!lock_tag.empty()) { - std::cerr << "rbd: lock is alrady held by someone else" + std::cerr << "rbd: lock is already held by someone else" << " with a different tag" << std::endl; } else { std::cerr << "rbd: lock is already held by someone else" << std::endl; -- 2.39.5