From 3a98cce6ca200a77146666f1bd4b7065e7db78d9 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Tue, 10 Aug 2021 15:06:54 +0800 Subject: [PATCH] mds: fix typo in the comments Signed-off-by: Xiubo Li --- src/mds/Migrator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/Migrator.cc b/src/mds/Migrator.cc index 0ec3c640c63..2e76fc2a2b5 100644 --- a/src/mds/Migrator.cc +++ b/src/mds/Migrator.cc @@ -1969,7 +1969,7 @@ void Migrator::export_notify_abort(CDir *dir, export_state_t& stat, set& } /* - * this happens if hte dest failes after i send teh export data but before it is acked + * this happens if the dest failes after i send the export data but before it is acked * that is, we don't know they safely received and logged it, so we reverse our changes * and go on. */ -- 2.39.5