fixes for power kernel 47 breaking temperature and voltage readings
[monky] / src / text_object.c
index 7bc625b..a34f74a 100644 (file)
@@ -55,7 +55,7 @@ int append_object(struct text_object *root, struct text_object *obj)
 
        if (end) {
                if (end->next)
-                       CRIT_ERR(NULL, NULL, "huston, we have a lift-off");
+                       CRIT_ERR(NULL, NULL, "houston, we have a lift-off");
                end->next = obj;
        } else {
                root->next = obj;