correct some misspellings to make Go Report more happy

Signed-off-by: Helen <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order
2017-07-19 17:31:14 +08:00
parent a8504277cc
commit d3d1987fe0
4 changed files with 6 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ func ChildrenHandler(provider content.Provider) HandlerFunc {
// childless data types.
return nil, nil
default:
log.G(ctx).Warnf("encounted unknown type %v; children may not be fetched", desc.MediaType)
log.G(ctx).Warnf("encountered unknown type %v; children may not be fetched", desc.MediaType)
}
return descs, nil