-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
*: Fix spelling errors found #16590
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERRORRRRRRRRRRRRRRRRRRRRR
80f5571
to
66dcca1
Compare
There was a problem hiding this 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"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
errrroooorrr
There was a problem hiding this comment.
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]>
66dcca1
to
baa0a1d
Compare
No description provided.