fix: error message typo

Signed-off-by: Mustafa Ateş Uzun <mustafauzun0@gmail.com>
This commit is contained in:
Mustafa Ateş Uzun 2023-08-17 16:34:45 +03:00 committed by GitHub
parent 651b5a049a
commit e5e51bebef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}