Commit 864bf47a authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

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

Fix typo in message when file is not determined
parents 4e1d966d 6a25b67e
......@@ -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 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