diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index fe39506..fcce699 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
tester_print("Debug feature is enabled");
}
-static void debup_exp_feature(struct test_data *data)
+static void debug_exp_feature(struct test_data *data)
{
tester_print("Enabling Debug feature");
if (tester_use_debug()) {
mgmt_set_debug(data->mgmt, print_debug, "mgmt: ", NULL);
mgmt_set_debug(data->mgmt_alt, print_debug, "mgmt-alt: ", NULL);
- debup_exp_feature(data);
+ debug_exp_feature(data);
}
mgmt_send(data->mgmt, MGMT_OP_READ_VERSION, MGMT_INDEX_NONE, 0, NULL,