From: Alex Ainscow Date: Mon, 13 Oct 2025 11:50:11 +0000 (+0100) Subject: osdc: Fix minor typo X-Git-Tag: testing/wip-vshankar-testing-20260212.053105~1^2~2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee651d18862b558f7733a7858f173d2f51be326e;p=ceph-ci.git osdc: Fix minor typo Signed-off-by: Alex Ainscow --- diff --git a/src/osdc/Objecter.cc b/src/osdc/Objecter.cc index 96edb022845..de16750d88d 100644 --- a/src/osdc/Objecter.cc +++ b/src/osdc/Objecter.cc @@ -3114,7 +3114,7 @@ int Objecter::_calc_target(op_target_t *t, bool any_change) // Optimized EC pools need to be careful when calculating the shard // because an OSD may have multiple shards and the primary shard // might not be the first one in the acting set. The lookup - // therefoere has to be done in primaryfirst order. + // therefore has to be done in primaryfirst order. std::vector pg_temp = t->acting; if (osdmap->has_pgtemp(actual_pgid)) { pg_temp = osdmap->pgtemp_primaryfirst(*pi, t->acting);