Serial library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mDot_AT_firmware mtsas mtsas MTDOT-EVB-LinkCheck-AL ... more

Revision:
8:6fa39b584321
Parent:
4:d348d001283b
Child:
11:4afbbafcd6b3
--- a/MTSBufferedIO.h	Thu May 22 15:11:29 2014 +0000
+++ b/MTSBufferedIO.h	Wed Jul 16 14:13:10 2014 +0000
@@ -63,7 +63,7 @@
     */
     int write(char data, unsigned int timeoutMillis);
     
-    /** This method writes a signle byte as a char to the Tx or write buffer.
+    /** This method writes a single byte as a char to the Tx or write buffer.
     * This method blocks until the byte is written.
     *
     * @param data the byte to be written as a char.