Skip to content

Commit ee651d1

Browse files
committed
osdc: Fix minor typo
Signed-off-by: Alex Ainscow <[email protected]>
1 parent 6a24afd commit ee651d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osdc/Objecter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3114,7 +3114,7 @@ int Objecter::_calc_target(op_target_t *t, bool any_change)
31143114
// Optimized EC pools need to be careful when calculating the shard
31153115
// because an OSD may have multiple shards and the primary shard
31163116
// might not be the first one in the acting set. The lookup
3117-
// therefoere has to be done in primaryfirst order.
3117+
// therefore has to be done in primaryfirst order.
31183118
std::vector<int> pg_temp = t->acting;
31193119
if (osdmap->has_pgtemp(actual_pgid)) {
31203120
pg_temp = osdmap->pgtemp_primaryfirst(*pi, t->acting);

0 commit comments

Comments
 (0)