We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5888e3 + f2f4490 commit e1d6122Copy full SHA for e1d6122
pkg/kv/kvserver/replica.go
@@ -1482,7 +1482,7 @@ func entireSpanExcludedFromBackup(
1482
return false, errors.Newf("replica's span configuration bounds not set")
1483
}
1484
if !confSpan.Contains(sp) {
1485
- log.KvExec.Warningf(ctx, "ExcludeDataFromBackup set but span %q not containd by span config bounds %q",
+ log.KvExec.Warningf(ctx, "ExcludeDataFromBackup set but span %q not contained by span config bounds %q",
1486
sp,
1487
confSpan)
1488
0 commit comments