Unverified Commit 8c9ec9e6 authored by Alois Mbutura's avatar Alois Mbutura Committed by GitHub

Correct typo

Correct the typo from startup -> shutdown
parent a260c7a9
......@@ -901,7 +901,7 @@ static void usage_profile_prepare_write_event_handler(prepare_write_t *prepare_w
}
else if (prepare_write_env->handle == usage_handle_table[USAGE_IDX_SHUTDOWN_STRING_VAL])
{
bytestring_check_then_write(&usage_startup_string_attribute, prepare_write_env, param);
bytestring_check_then_write(&usage_shutdown_string_attribute, prepare_write_env, param);
clear_write_buffer(prepare_write_env);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment