mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
minor typo fix
This commit is contained in:
@@ -200,7 +200,7 @@ func Combine(parts [][]byte) ([]byte, error) {
|
|||||||
for i, part := range parts {
|
for i, part := range parts {
|
||||||
samp := part[firstPartLen-1]
|
samp := part[firstPartLen-1]
|
||||||
if exists := checkMap[samp]; exists {
|
if exists := checkMap[samp]; exists {
|
||||||
return nil, fmt.Errorf("duplicte part detected")
|
return nil, fmt.Errorf("duplicate part detected")
|
||||||
}
|
}
|
||||||
checkMap[samp] = true
|
checkMap[samp] = true
|
||||||
x_samples[i] = samp
|
x_samples[i] = samp
|
||||||
|
|||||||
Reference in New Issue
Block a user