docs: fix typos in comments and messages

This commit is contained in:
yy
2026-01-18 20:48:33 +01:00
committed by GitHub
parent 9ec918f137
commit b728929f44
16 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ func (wb *WriteBack) SetID(pid *Handle) {
//
// Use SetID to create Handles in advance of calling Add.
//
// If modified is false then it it doesn't cancel a pending upload if
// If modified is false then it doesn't cancel a pending upload if
// there is one as there is no need.
func (wb *WriteBack) Add(id Handle, name string, size int64, modified bool, putFn PutFn) Handle {
wb.mu.Lock()