chore: fix function name (#7381)

### Describe Your Changes

 fix function name

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

(cherry picked from commit 45896fb477)
This commit is contained in:
cangqiaoyuzhuo 2024-10-30 19:45:20 +08:00 committed by hagen1778
parent 97ff8a8fdf
commit 07cf3189f8
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -227,7 +227,7 @@ func (b *block) MustInitFromRows(timestamps []int64, rows [][]Field) {
b.sortColumnsByName()
}
// mustInitiFromRows initializes b from rows.
// mustInitFromRows initializes b from rows.
//
// b is valid until rows are changed.
func (b *block) mustInitFromRows(rows [][]Field) {