diff --git a/types/swarm/node.go b/types/swarm/node.go index 9987662a..b98c5679 100644 --- a/types/swarm/node.go +++ b/types/swarm/node.go @@ -48,7 +48,7 @@ type NodeDescription struct { Engine EngineDescription `json:",omitempty"` } -// Platform represents the platfrom (Arch/OS). +// Platform represents the platform (Arch/OS). type Platform struct { Architecture string `json:",omitempty"` OS string `json:",omitempty"`