Eddystone test using modified DAL

Dependencies:   BLE_API mbed-dev-bin nRF51822

Dependents:   microbit-eddystone

Fork of microbit-dal by Lancaster University

Revision:
69:b62f231e51ce
Parent:
52:3db7b4d64316
--- a/inc/types/ManagedString.h	Wed Jul 13 12:18:48 2016 +0100
+++ b/inc/types/ManagedString.h	Wed Jul 13 12:18:49 2016 +0100
@@ -199,7 +199,7 @@
       *
       * Called when one ManagedString is assigned the value of another.
       *
-      * If the ManagedString being assigned is already refering to a character buffer,
+      * If the ManagedString being assigned is already referring to a character buffer,
       * decrement the reference count and free up the buffer as necessary.
       *
       * Then, update our character buffer to refer to that of the supplied ManagedString,