mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
lib/mergeset: fix typos in comments
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
@@ -124,7 +124,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 creation
|
||||
// and the part directory is synced afterward.
|
||||
fs.MustWriteSync(metadataPath, metadata)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user