Add spell config & fix spelling mistake
This commit is contained in:
parent
60635cce46
commit
3c46ab9416
2 changed files with 11 additions and 1 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"SBHPF",
|
||||||
|
"sbhpfv",
|
||||||
|
"seekable",
|
||||||
|
"seekablebuffer",
|
||||||
|
"targetbytes",
|
||||||
|
"zervo"
|
||||||
|
]
|
||||||
|
}
|
|
@ -2,7 +2,7 @@ package sbhpfv1
|
||||||
|
|
||||||
// Constants for file format.
|
// Constants for file format.
|
||||||
// These are statically set in version 1 of SBHPF,
|
// 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.
|
// while maintaining backwards compatibility.
|
||||||
const (
|
const (
|
||||||
FormatVersion = 0x01 // Current version
|
FormatVersion = 0x01 // Current version
|
||||||
|
|
Loading…
Add table
Reference in a new issue