chore: fix some typos in comments (#5497)

This commit is contained in:
yudrywet
2024-04-14 22:42:40 +08:00
committed by GitHub
parent 7a72677f98
commit 8833745fbc
5 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ func (vs *VolumeServer) privateStoreHandler(w http.ResponseWriter, r *http.Reque
}
}()
// processs uploads
// processes uploads
stats.WriteRequest()
vs.guard.WhiteList(vs.PostHandler)(w, r)