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/source/types/ManagedString.cpp	Wed Jul 13 12:18:48 2016 +0100
+++ b/source/types/ManagedString.cpp	Wed Jul 13 12:18:49 2016 +0100
@@ -306,7 +306,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,
@@ -471,7 +471,7 @@
   *
   * @param index The position of the character to return.
   *
-  * @return the character at posisiton index, zero if index is invalid.
+  * @return the character at position index, zero if index is invalid.
   *
   * @code
   * MicroBitDisplay display;