From: Shiyang Ruan Date: Wed, 14 Nov 2018 03:21:17 +0000 (+0800) Subject: rbd_mirror: fix a typo. X-Git-Tag: v14.1.0~933^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25083%2Fhead;p=ceph.git rbd_mirror: fix a typo. Signed-off-by: Shiyang Ruan --- 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);