mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix: error message typo
Signed-off-by: Mustafa Ateş Uzun <mustafauzun0@gmail.com>
This commit is contained in:
parent
651b5a049a
commit
e5e51bebef
|
@ -1517,7 +1517,7 @@ Outer:
|
||||||
default:
|
default:
|
||||||
// This is a record type we don't understand. It is either and old format from earlier versions,
|
// 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.
|
// 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
|
break Outer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue