提交 864bf47a 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3895 from torresashjian/fix/cmds/add-msg-typo

Fix typo in message when file is not determined
......@@ -111,7 +111,7 @@ You can now refer to the added file in a gateway, like so:
sizeFile, ok := req.Files().(files.SizeFile)
if !ok {
// we don't need to error, the progress bar just won't know how big the files are
log.Warning("cannnot determine size of input file")
log.Warning("cannot determine size of input file")
return nil
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论