# HG changeset patch # User Michiel Broek # Date 1407952681 -7200 # Node ID fafc84ec217e5f5d6df5d172b1158e780070b997 # Parent 5a7024e6be8831b71c1cc8238370a06b72e16f13 Spelling errwror diff -r 5a7024e6be88 -r fafc84ec217e thermferm/lcd-buffer.c --- 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), " ");