summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_be_adapter.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-08-14 16:53:09 -0400
committerDonald Sharp <sharpd@nvidia.com>2024-08-15 09:19:37 -0400
commitbaa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (patch)
tree6bbaccb8dd79ebbebe8d26484bbc1e3a5fda44b3 /mgmtd/mgmt_be_adapter.c
parent4f70004723262626cd2d9db50092e0f47ee8a08d (diff)
*: Fix spelling errors found
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'mgmtd/mgmt_be_adapter.c')
-rw-r--r--mgmtd/mgmt_be_adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmtd/mgmt_be_adapter.c b/mgmtd/mgmt_be_adapter.c
index c7f4fb9d84..f1c5424d0a 100644
--- a/mgmtd/mgmt_be_adapter.c
+++ b/mgmtd/mgmt_be_adapter.c
@@ -438,7 +438,7 @@ static int mgmt_be_send_subscr_reply(struct mgmt_be_client_adapter *adapter,
be_msg.message_case = MGMTD__BE_MESSAGE__MESSAGE_SUBSCR_REPLY;
be_msg.subscr_reply = &reply;
- __dbg("Sending SUBSCR_REPLY client: %s sucess: %u", adapter->name,
+ __dbg("Sending SUBSCR_REPLY client: %s success: %u", adapter->name,
success);
return mgmt_be_adapter_send_msg(adapter, &be_msg);