diff --git a/storage/remote/wal_watcher.go b/storage/remote/wal_watcher.go index 185786c67..79625ac2a 100644 --- a/storage/remote/wal_watcher.go +++ b/storage/remote/wal_watcher.go @@ -445,7 +445,7 @@ func recordType(rt tsdb.RecordType) string { case tsdb.RecordTombstones: return "tombstones" default: - return "unkown" + return "unknown" } }