diff --git a/common/src/api/external/mod.rs b/common/src/api/external/mod.rs index fffea4321b..9e0966f949 100644 --- a/common/src/api/external/mod.rs +++ b/common/src/api/external/mod.rs @@ -2579,7 +2579,7 @@ pub enum LinkSpeed { #[derive(Copy, Clone, Debug, Deserialize, Serialize, JsonSchema, PartialEq)] #[serde(rename_all = "snake_case")] pub enum LinkFec { - /// Firecode foward error correction. + /// Firecode forward error correction. Firecode, /// No forward error correction. None, @@ -2931,7 +2931,7 @@ impl JsonSchema for SwitchLinkState { #[derive(Clone, Debug, Deserialize, JsonSchema, Serialize, PartialEq)] #[serde(rename_all = "snake_case")] pub enum BgpPeerState { - /// Initial state. Refuse all incomming BGP connections. No resources + /// Initial state. Refuse all incoming BGP connections. No resources /// allocated to peer. Idle, @@ -2950,7 +2950,7 @@ pub enum BgpPeerState { /// Synchronizing with peer. SessionSetup, - /// Session established. Able to exchange update, notification and keepliave + /// Session established. Able to exchange update, notification and keepalive /// messages with peers. Established, } diff --git a/openapi/nexus.json b/openapi/nexus.json index 27157e5759..4a24eb7f79 100644 --- a/openapi/nexus.json +++ b/openapi/nexus.json @@ -9936,7 +9936,7 @@ "description": "The current state of a BGP peer.", "oneOf": [ { - "description": "Initial state. Refuse all incomming BGP connections. No resources allocated to peer.", + "description": "Initial state. Refuse all incoming BGP connections. No resources allocated to peer.", "type": "string", "enum": [ "idle" @@ -9978,7 +9978,7 @@ ] }, { - "description": "Session established. Able to exchange update, notification and keepliave messages with peers.", + "description": "Session established. Able to exchange update, notification and keepalive messages with peers.", "type": "string", "enum": [ "established" @@ -14730,7 +14730,7 @@ "description": "The forward error correction mode of a link.", "oneOf": [ { - "description": "Firecode foward error correction.", + "description": "Firecode forward error correction.", "type": "string", "enum": [ "firecode"