src: fix typo

This commit is contained in:
Gustavo F. Padovan 2011-02-14 18:34:44 -03:00 committed by Johan Hedberg
parent 2ddc60319f
commit 32d7daf120

View File

@ -733,7 +733,7 @@ void btd_event_le_set_scan_enable_complete(bdaddr_t *local, uint8_t status)
}
if (status) {
error("Can't enabled/disable LE scan");
error("Can't enable/disable LE scan");
return;
}