Skip to content

Commit e1d6122

Browse files
craig[bot]stevendanna
andcommitted
Merge #154619
154619: kvserver: fix typo in log warning r=tbg a=stevendanna Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
2 parents f5888e3 + f2f4490 commit e1d6122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/replica.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ func entireSpanExcludedFromBackup(
14821482
return false, errors.Newf("replica's span configuration bounds not set")
14831483
}
14841484
if !confSpan.Contains(sp) {
1485-
log.KvExec.Warningf(ctx, "ExcludeDataFromBackup set but span %q not containd by span config bounds %q",
1485+
log.KvExec.Warningf(ctx, "ExcludeDataFromBackup set but span %q not contained by span config bounds %q",
14861486
sp,
14871487
confSpan)
14881488

0 commit comments

Comments
 (0)