1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 04:26:07 +08:00

Fix typos and cleanup

This commit is contained in:
Dimitris Apostolou
2020-04-18 17:45:01 +03:00
parent ed4812b57a
commit 1e437c7e97
64 changed files with 105 additions and 105 deletions

View File

@ -26,7 +26,7 @@ func (e *commandEncoder) Encode(v interface{}) error {
)
if cmd, ok = v.(*Command); !ok {
return fmt.Errorf(`core/commands: uenxpected type %T, expected *"core/commands".Command`, v)
return fmt.Errorf(`core/commands: unexpected type %T, expected *"core/commands".Command`, v)
}
for _, s := range cmdPathStrings(cmd, cmd.showOpts) {