Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: Fix spelling errors found #16590

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

donaldsharp
Copy link
Member

No description provided.

lib/vty.c Outdated
@@ -3903,7 +3903,7 @@ static int vty_mgmt_error_notified(struct mgmt_fe_client *client,
const char *cname = mgmt_fe_client_name(client);

if (!vty->mgmt_req_pending_cmd) {
debug_fe_client("Erorr with no pending command: %d returned for client %s 0x%" PRIx64
debug_fe_client("Errorr with no pending command: %d returned for client %s 0x%" PRIx64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERRORRRRRRRRRRRRRRRRRRRRR

Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more...

mgmtd/mgmt_txn.c Outdated
@@ -2710,7 +2710,7 @@ int mgmt_txn_notify_error(struct mgmt_be_client_adapter *adapter,
case MGMTD_TXN_PROC_GETCFG:
case MGMTD_TXN_COMMITCFG_TIMEOUT:
default:
assert(!"non-native req event in native erorr path");
assert(!"non-native req event in native errorr path");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

errrroooorrr

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXXIXIXIXERDD

Signed-off-by: Donald Sharp <[email protected]>
@mjstapp mjstapp merged commit fa50fde into FRRouting:master Aug 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants