]> granicus.if.org Git - esp-idf/commitdiff
Fix typo in comment
authorGuido García <palmerabollo@gmail.com>
Mon, 1 May 2017 10:33:09 +0000 (12:33 +0200)
committerAngus Gratton <gus@projectgus.com>
Wed, 17 May 2017 00:44:56 +0000 (10:44 +1000)
This is a minor fix (moudule -> module)

Merges https://github.com/espressif/esp-idf/pull/555

examples/bluetooth/gatt_client/main/gattc_demo.c

index 17ca7410281a817f3944c31ea0c125ec5cfe0cd5..7c16b29f1b66fd8924d7cf88d078f3b91ed61113 100644 (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;