You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/04/09 23:52:34 UTC

[GitHub] ccollins476ad closed pull request #34: Correct spelling in comment

ccollins476ad closed pull request #34: Correct spelling in comment
URL: https://github.com/apache/mynewt-nimble/pull/34
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/nimble/host/services/ans/include/services/ans/ble_svc_ans.h b/nimble/host/services/ans/include/services/ans/ble_svc_ans.h
index 8d3e3cf0..93d8b328 100644
--- a/nimble/host/services/ans/include/services/ans/ble_svc_ans.h
+++ b/nimble/host/services/ans/include/services/ans/ble_svc_ans.h
@@ -25,7 +25,7 @@ struct ble_hs_cfg;
 /* 16 Bit Alert Notification Service UUID */
 #define BLE_SVC_ANS_UUID16                                  0x1811
 
-/* 16 Bit Alert Notification Servivce Characteristic UUIDs */
+/* 16 Bit Alert Notification Service Characteristic UUIDs */
 #define BLE_SVC_ANS_CHR_UUID16_SUP_NEW_ALERT_CAT            0x2a47
 #define BLE_SVC_ANS_CHR_UUID16_NEW_ALERT                    0x2a46
 #define BLE_SVC_ANS_CHR_UUID16_SUP_UNR_ALERT_CAT            0x2a48
@@ -70,7 +70,7 @@ struct ble_hs_cfg;
 #define BLE_SVC_ANS_CMD_NOT_NEW_ALERT_IMMEDIATE             4
 #define BLE_SVC_ANS_CMD_NOT_UNR_ALERT_IMMEDIATE             5
 
-/* Error Defeinitions */
+/* Error Definitions */
 #define BLE_SVC_ANS_ERR_CMD_NOT_SUPPORTED                   0xA0
 
 void ble_svc_ans_on_gap_connect(uint16_t conn_handle);
diff --git a/nimble/host/services/bas/include/services/bas/ble_svc_bas.h b/nimble/host/services/bas/include/services/bas/ble_svc_bas.h
index b9104b35..690d0a7c 100644
--- a/nimble/host/services/bas/include/services/bas/ble_svc_bas.h
+++ b/nimble/host/services/bas/include/services/bas/ble_svc_bas.h
@@ -23,7 +23,7 @@
 /* 16 Bit Battery Service UUID */
 #define BLE_SVC_BAS_UUID16                                   0x180F
 
-/* 16 Bit Alert Notification Servivce Characteristic UUIDs */
+/* 16 Bit Battery Service Characteristic UUIDs */
 #define BLE_SVC_BAS_CHR_UUID16_BATTERY_LEVEL                 0x2A19
 
 void ble_svc_bas_on_gap_connect(uint16_t conn_handle);


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services