diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-30 15:06:07 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-30 15:06:07 -0700 |
| commit | 0ee4d86eeffe9c72dffd9e92cb33b27c8950940f (patch) | |
| tree | 566cc068f91fb07a23e3efadb3fad541ff59e6f5 /hotline/file_wrapper.go | |
| parent | dd88b8567d1377f50ab6955f6a30db830d94ebd9 (diff) | |
Fix comments
Diffstat (limited to 'hotline/file_wrapper.go')
| -rw-r--r-- | hotline/file_wrapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_wrapper.go b/hotline/file_wrapper.go index 94b3f03..b13e0dc 100644 --- a/hotline/file_wrapper.go +++ b/hotline/file_wrapper.go @@ -178,7 +178,7 @@ func (f *fileWrapper) Move(newPath string) error { return nil } -// Delete a fileWrapper and its associated metadata files if they exist +// Delete a file and its associated metadata files if they exist func (f *fileWrapper) Delete() error { err := f.fs.RemoveAll(f.dataPath) if err != nil { |