Bluetooth: Fix a comment typo for bt_l2cap_server.sec_level in l2cap.h

Change "minimim" to "minimum" for for bt_l2cap_server.sec_level comments

Signed-off-by: Jingsai Lu <jingsai.lu@oss.nxp.com>
This commit is contained in:
Jingsai Lu 2021-02-03 19:01:32 +08:00 committed by Anas Nashif
commit c4b0064913

View file

@ -292,7 +292,7 @@ struct bt_l2cap_server {
*/ */
uint16_t psm; uint16_t psm;
/** Required minimim security level */ /** Required minimum security level */
bt_security_t sec_level; bt_security_t sec_level;
/** @brief Server accept callback /** @brief Server accept callback