diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:06:59 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:10:57 +0200 |
| commit | 0437e10517aa0b6c2e3490626333a0082ff4c79f (patch) | |
| tree | 498f2d6f82500fb304e37771d21d48c6185d089f /bgpd/bgp_errors.c | |
| parent | 6cd85474f80492d4721966610357109593ae4ab9 (diff) | |
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/bgp_errors.c')
| -rw-r--r-- | bgpd/bgp_errors.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c index 7cebd0e484..753ee6baf1 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -171,7 +171,7 @@ static struct log_ref ferr_bgp_warn[] = { }, { .code = EC_BGP_CAPABILITY_VENDOR, - .title = "BGP has recieved capability data specific to a particular vendor", + .title = "BGP has received capability data specific to a particular vendor", .description = "BGP has received a capability that is vendor specific and as such we have no knowledge of how to use this capability in FRR", .suggestion = "On peer turn off this feature" }, @@ -197,43 +197,43 @@ static struct log_ref ferr_bgp_err[] = { .code = EC_BGP_ATTR_FLAG, .title = "BGP attribute flag is incorrect", .description = "BGP attribute flag is set to the wrong value (Optional/Transitive/Partial)", - .suggestion = "Determine the soure of the attribute and determine why the attribute flag has been set incorrectly" + .suggestion = "Determine the source of the attribute and determine why the attribute flag has been set incorrectly" }, { .code = EC_BGP_ATTR_LEN, .title = "BGP attribute length is incorrect", .description = "BGP attribute length is incorrect", - .suggestion = "Determine the soure of the attribute and determine why the attribute length has been set incorrectly" + .suggestion = "Determine the source of the attribute and determine why the attribute length has been set incorrectly" }, { .code = EC_BGP_ATTR_ORIGIN, .title = "BGP attribute origin value invalid", .description = "BGP attribute origin value is invalid", - .suggestion = "Determine the soure of the attribute and determine why the origin attribute has been set incorrectly" + .suggestion = "Determine the source of the attribute and determine why the origin attribute has been set incorrectly" }, { .code = EC_BGP_ATTR_MAL_AS_PATH, .title = "BGP as path is invalid", .description = "BGP as path has been malformed", - .suggestion = "Determine the soure of the update and determine why the as path has been set incorrectly" + .suggestion = "Determine the source of the update and determine why the as path has been set incorrectly" }, { .code = EC_BGP_ATTR_FIRST_AS, .title = "BGP as path first as is invalid", .description = "BGP update has invalid first as in as path", - .suggestion = "Determine the soure of the update and determine why the as path first as value has been set incorrectly" + .suggestion = "Determine the source of the update and determine why the as path first as value has been set incorrectly" }, { .code = EC_BGP_ATTR_PMSI_TYPE, .title = "BGP PMSI tunnel attribute type is invalid", .description = "BGP update has invalid type for PMSI tunnel", - .suggestion = "Determine the soure of the update and determine why the PMSI tunnel attribute type has been set incorrectly" + .suggestion = "Determine the source of the update and determine why the PMSI tunnel attribute type has been set incorrectly" }, { .code = EC_BGP_ATTR_PMSI_LEN, .title = "BGP PMSI tunnel attribute length is invalid", .description = "BGP update has invalid length for PMSI tunnel", - .suggestion = "Determine the soure of the update and determine why the PMSI tunnel attribute length has been set incorrectly" + .suggestion = "Determine the source of the update and determine why the PMSI tunnel attribute length has been set incorrectly" }, { .code = EC_BGP_PEER_GROUP, @@ -269,7 +269,7 @@ static struct log_ref ferr_bgp_err[] = { .code = EC_BGP_JSON_MEM_ERROR, .title = "BGP unable to allocate memory for JSON output", .description = "BGP attempted to generate JSON output and was unable to allocate the memory required", - .suggestion = "Ensure that the device has adequate memory to suport the required functions" + .suggestion = "Ensure that the device has adequate memory to support the required functions" }, { .code = EC_BGP_UPDGRP_ATTR_LEN, |
