aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-30 15:06:07 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-30 15:06:07 -0700
commit0ee4d86eeffe9c72dffd9e92cb33b27c8950940f (patch)
tree566cc068f91fb07a23e3efadb3fad541ff59e6f5 /internal
parentdd88b8567d1377f50ab6955f6a30db830d94ebd9 (diff)
Fix comments
Diffstat (limited to 'internal')
-rw-r--r--internal/mobius/transaction_handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/mobius/transaction_handlers.go b/internal/mobius/transaction_handlers.go
index d18dba5..cf2357c 100644
--- a/internal/mobius/transaction_handlers.go
+++ b/internal/mobius/transaction_handlers.go
@@ -418,7 +418,7 @@ func HandleMoveFile(cc *hotline.ClientConn, t *hotline.Transaction) (res []hotli
if err := hlFile.Move(fileNewPath); err != nil {
return res
}
- // TODO: handle other possible errors; e.g. fileWrapper delete fails due to fileWrapper permission issue
+ // TODO: handle other possible errors; e.g. file delete fails due to permission issue
res = append(res, cc.NewReply(t))
return res