Spelling errwror

Wed, 13 Aug 2014 19:58:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Aug 2014 19:58:01 +0200
changeset 231
fafc84ec217e
parent 230
5a7024e6be88
child 232
bee2600d3d30

Spelling errwror

thermferm/lcd-buffer.c file | annotate | diff | comparison | revisions
--- a/thermferm/lcd-buffer.c	Wed Aug 13 19:48:20 2014 +0200
+++ b/thermferm/lcd-buffer.c	Wed Aug 13 19:58:01 2014 +0200
@@ -57,7 +57,7 @@
      */
     while (row > current_lines) {
 
-	syslog(LOG_NOTICE, "lcd_buf_write(%d, ...) allowcate new row", row);
+	syslog(LOG_NOTICE, "lcd_buf_write(%d, ...) allocate new row", row);
 	newrow = (lcd_rows *)malloc(sizeof(lcd_rows));
 	newrow->next = NULL;
 	snprintf(newrow->row, (Config.lcd_cols + 1) * sizeof(char), "                    ");

mercurial