]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osdc: Fix minor typo
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 13 Oct 2025 11:50:11 +0000 (12:50 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 26 Nov 2025 11:28:25 +0000 (11:28 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osdc/Objecter.cc

index 96edb022845eb1361dc0b3888de172dfc04cbdb1..de16750d88d9149f76758aa5eb0377271a51d7a9 100644 (file)
@@ -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<int> pg_temp = t->acting;
       if (osdmap->has_pgtemp(actual_pgid)) {
        pg_temp = osdmap->pgtemp_primaryfirst(*pi, t->acting);