From f17287509f698f21f38ae047a306ddca3fc13140 Mon Sep 17 00:00:00 2001 From: mzuther Date: Sat, 12 Feb 2011 22:46:19 +0000 Subject: timer.c: fixed detection of positive clock skew (and some typos) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1143 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_picoLCD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drv_picoLCD.c') diff --git a/drv_picoLCD.c b/drv_picoLCD.c index b971775..84dccb3 100644 --- a/drv_picoLCD.c +++ b/drv_picoLCD.c @@ -306,7 +306,7 @@ static int drv_pL_start(const char *section, const int quiet) /* Init the command buffer */ Buffer = (char *) malloc(1024); if (Buffer == NULL) { - error("%s: coommand buffer could not be allocated: malloc() failed", Name); + error("%s: command buffer could not be allocated: malloc() failed", Name); return -1; } BufPtr = Buffer; -- cgit v1.2.3