Browse Source

fix: error message typo

Signed-off-by: Mustafa Ateş Uzun <mustafauzun0@gmail.com>
pull/12720/head
Mustafa Ateş Uzun 1 year ago committed by GitHub
parent
commit
e5e51bebef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tsdb/head_wal.go

2
tsdb/head_wal.go

@ -1517,7 +1517,7 @@ Outer:
default:
// This is a record type we don't understand. It is either and old format from earlier versions,
// or a new format and the code was rolled back to old version.
loopErr = errors.Errorf("unsuported snapshot record type 0b%b", rec[0])
loopErr = errors.Errorf("unsupported snapshot record type 0b%b", rec[0])
break Outer
}
}

Loading…
Cancel
Save