From 0ee4d86eeffe9c72dffd9e92cb33b27c8950940f Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:06:07 -0700 Subject: Fix comments --- hotline/file_wrapper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/file_wrapper.go') 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 { -- cgit