mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
lib/storage: fix typo
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
d8aceda5fd
commit
ae6152be5f
@ -173,7 +173,7 @@ func (ph *partHeader) MustWriteMetadata(partPath string) {
|
||||
}
|
||||
metadataPath := filepath.Join(partPath, metadataFilename)
|
||||
// There is no need in calling fs.MustWriteAtomic() here,
|
||||
// since the file is created only once during part creatinng
|
||||
// and the part directory is synced aftewards.
|
||||
// since the file is created only once during part creating
|
||||
// and the part directory is synced afterwards.
|
||||
fs.MustWriteSync(metadataPath, metadata)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user