Commit 22dba90e authored by astaxie's avatar astaxie Committed by GitHub

Merge pull request #2305 from songtianyi/fixtypo-Getfiles

typo fix in comments, Getfiles-->GetFiles
parents 5af26446 7af6dad5
......@@ -492,7 +492,7 @@ func (c *Controller) GetFile(key string) (multipart.File, *multipart.FileHeader,
}
// GetFiles return multi-upload files
// files, err:=c.Getfiles("myfiles")
// files, err:=c.GetFiles("myfiles")
// if err != nil {
// http.Error(w, err.Error(), http.StatusNoContent)
// return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment