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

Dependents:   mtsas mtsas thermostat_fan_demo--fan mtsas ... more

NOTE: MTS-Utils has moved to GitHub. This version will not be updated. For updates, go to the GitHub version.

Revision:
10:d1a3f03f093f
Parent:
6:fca9bc67b15f
Child:
12:7818d55b35c6
diff -r d8b0dd3ad9ad -r d1a3f03f093f MTSText.h
--- a/MTSText.h	Thu May 22 15:12:56 2014 +0000
+++ b/MTSText.h	Wed Jul 16 14:24:00 2014 +0000
@@ -49,7 +49,7 @@
     static std::string readString(char* index, int length);
 
 private:
-    // Saftey for class with only static methods
+    // Safety for class with only static methods
     Text();
     Text(const Text& other);
     Text& operator=(const Text& other);