Skip to content

Commit 680d64b

Browse files
committed
fix: correct typo in filestore comment
1 parent c199f34 commit 680d64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/filestore/blockstore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func (s *FileStore) DeleteZone(ctx context.Context, zoneId string) error {
173173
return nil
174174
}
175175

176-
// if file doesn't exsit, returns fs.ErrNotExist
176+
// if file doesn't exist, returns fs.ErrNotExist
177177
func (s *FileStore) Stat(ctx context.Context, zoneId string, name string) (*WaveFile, error) {
178178
return withLockRtn(s, zoneId, name, func(entry *CacheEntry) (*WaveFile, error) {
179179
file, err := entry.loadFileForRead(ctx)

0 commit comments

Comments
 (0)