Fix typo in comment

This is a minor fix (moudule -> module)

Merges https://github.com/espressif/esp-idf/pull/555
This commit is contained in:
Guido García 2017-05-01 12:33:09 +02:00 committed by Angus Gratton
parent 4dad7ab621
commit 3d6da958d3

View file

@ -404,7 +404,7 @@ void ble_client_appRegister(void)
ESP_LOGI(GATTC_TAG, "register callback");
//register the scan callback function to the gap moudule
//register the scan callback function to the gap module
if ((status = esp_ble_gap_register_callback(esp_gap_cb)) != ESP_OK) {
ESP_LOGE(GATTC_TAG, "gap register error, error code = %x", status);
return;