From 1857217e8ad3a999e8f6752253c5502e0d6bccde Mon Sep 17 00:00:00 2001 From: Shiyang Ruan Date: Wed, 14 Nov 2018 11:21:17 +0800 Subject: [PATCH] rbd_mirror: fix a typo. Signed-off-by: Shiyang Ruan --- src/tools/rbd_mirror/Instances.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rbd_mirror/Instances.cc b/src/tools/rbd_mirror/Instances.cc index cdef008c3d60..b7a6cf114315 100644 --- a/src/tools/rbd_mirror/Instances.cc +++ b/src/tools/rbd_mirror/Instances.cc @@ -281,7 +281,7 @@ void Instances::handle_remove_instances( dout(10) << "r=" << r << ", instance_ids=" << instance_ids << dendl; ceph_assert(r == 0); - // fire removed notification now that instaces have been blacklisted + // fire removed notification now that instances have been blacklisted m_threads->work_queue->queue( new C_NotifyInstancesRemoved(this, instance_ids), 0); -- 2.47.3