|
@@ -208,7 +208,7 @@ func ServiceSpecToGRPC(s types.ServiceSpec) (swarmapi.ServiceSpec, error) {
|
|
|
}
|
|
|
case types.RuntimeNetworkAttachment:
|
|
|
// NOTE(dperny) I'm leaving this case here for completeness. The actual
|
|
|
- // code is left out out deliberately, as we should refuse to parse a
|
|
|
+ // code is left out deliberately, as we should refuse to parse a
|
|
|
// Network Attachment runtime; it will cause weird behavior all over
|
|
|
// the system if we do. Instead, fallthrough and return
|
|
|
// ErrUnsupportedRuntime if we get one.
|