Add spell config & fix spelling mistake

This commit is contained in:
zervo 2025-02-14 17:00:47 +01:00
parent 60635cce46
commit 3c46ab9416
2 changed files with 11 additions and 1 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"cSpell.words": [
"SBHPF",
"sbhpfv",
"seekable",
"seekablebuffer",
"targetbytes",
"zervo"
]
}

View file

@ -2,7 +2,7 @@ package sbhpfv1
// Constants for file format.
// These are statically set in version 1 of SBHPF,
// but can be used to achieve an extended featureset in future versions,
// but can be used to achieve an extended feature-set in future versions,
// while maintaining backwards compatibility.
const (
FormatVersion = 0x01 // Current version