From 8bcc3c0e314f755879886cdf3482860f39fe5bc4 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 1 Oct 2006 13:23:07 +0000 Subject: [PATCH] fix typo --- server/drivers/CFontz.c | 6 +++--- server/drivers/CFontz633.c | 6 +++--- server/drivers/CFontzPacket.c | 6 +++--- server/drivers/IOWarrior.c | 6 +++--- server/drivers/bayrad.c | 4 ++-- server/drivers/hd44780.c | 6 +++--- server/drivers/lcterm.c | 6 +++--- server/drivers/pylcd.c | 2 +- server/drivers/tyan_lcdm.c | 6 +++--- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/server/drivers/CFontz.c b/server/drivers/CFontz.c index ebd1f12..c7c932f 100644 --- a/server/drivers/CFontz.c +++ b/server/drivers/CFontz.c @@ -608,7 +608,7 @@ CFontz_vbar(Driver *drvthis, int x, int y, int len, int promille, int options) if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -648,7 +648,7 @@ CFontz_hbar(Driver *drvthis, int x, int y, int len, int promille, int options) if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -685,7 +685,7 @@ int do_init = 0; if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/CFontz633.c b/server/drivers/CFontz633.c index 6a4899f..7d155c9 100644 --- a/server/drivers/CFontz633.c +++ b/server/drivers/CFontz633.c @@ -699,7 +699,7 @@ CFontz633_vbar (Driver *drvthis, int x, int y, int len, int promille, int option if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -738,7 +738,7 @@ CFontz633_hbar (Driver *drvthis, int x, int y, int len, int promille, int option if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -775,7 +775,7 @@ int do_init = 0; if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/CFontzPacket.c b/server/drivers/CFontzPacket.c index d86a5f8..b8ffead 100644 --- a/server/drivers/CFontzPacket.c +++ b/server/drivers/CFontzPacket.c @@ -863,7 +863,7 @@ CFontzPacket_vbar (Driver *drvthis, int x, int y, int len, int promille, int opt if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -903,7 +903,7 @@ CFontzPacket_hbar (Driver *drvthis, int x, int y, int len, int promille, int opt if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -940,7 +940,7 @@ int do_init = 0; if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/IOWarrior.c b/server/drivers/IOWarrior.c index 9ec4dc8..d423e61 100644 --- a/server/drivers/IOWarrior.c +++ b/server/drivers/IOWarrior.c @@ -691,7 +691,7 @@ PrivateData *p = drvthis->private_data; if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -730,7 +730,7 @@ PrivateData *p = drvthis->private_data; if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -766,7 +766,7 @@ int do_init = 0; if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/bayrad.c b/server/drivers/bayrad.c index 644a054..419831f 100644 --- a/server/drivers/bayrad.c +++ b/server/drivers/bayrad.c @@ -443,7 +443,7 @@ bayrad_init_vbar(Driver * drvthis) if (p->ccmode != CCMODE_STANDARD) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -523,7 +523,7 @@ bayrad_init_hbar(Driver * drvthis) if (p->ccmode != CCMODE_STANDARD) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/hd44780.c b/server/drivers/hd44780.c index 22fcb05..4e286ae 100644 --- a/server/drivers/hd44780.c +++ b/server/drivers/hd44780.c @@ -629,7 +629,7 @@ HD44780_vbar (Driver *drvthis, int x, int y, int len, int promille, int options) if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -668,7 +668,7 @@ HD44780_hbar (Driver *drvthis, int x, int y, int len, int promille, int options) if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -701,7 +701,7 @@ HD44780_num (Driver *drvthis, int x, int num) if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/lcterm.c b/server/drivers/lcterm.c index 4aec900..efae8ce 100644 --- a/server/drivers/lcterm.c +++ b/server/drivers/lcterm.c @@ -409,7 +409,7 @@ lcterm_init_vbar (Driver *drvthis) if (p->ccmode != CCMODE_STANDARD) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: init_vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: init_vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -489,7 +489,7 @@ lcterm_init_hbar (Driver *drvthis) if (p->ccmode != CCMODE_STANDARD) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: init_hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: init_hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -616,7 +616,7 @@ lcterm_init_num (Driver *drvthis) if (p->ccmode != CCMODE_STANDARD) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: init_num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: init_num: cannot combine two modes using user-defined characters", drvthis->name); return; } diff --git a/server/drivers/pylcd.c b/server/drivers/pylcd.c index 41e0f79..ffb8968 100644 --- a/server/drivers/pylcd.c +++ b/server/drivers/pylcd.c @@ -34,7 +34,7 @@ * 2006-02-20 Stefan Reinauer * - add support for onboard LEDs via "output" command * 2006-04-12 Stefan Reinauer - * - add support for user defined characters (set_char/get_free_chars) + * - add support for user-defined characters (set_char/get_free_chars) * - add support for vbars/hbars, get_info, reorganize pyramid_init() * - fixed a timing bug and implemented escaping in (real_)send_tele() * 2006-04-18 Stefan Reinauer diff --git a/server/drivers/tyan_lcdm.c b/server/drivers/tyan_lcdm.c index f6730a5..063397c 100644 --- a/server/drivers/tyan_lcdm.c +++ b/server/drivers/tyan_lcdm.c @@ -376,7 +376,7 @@ tyan_lcdm_vbar (Driver * drvthis, int x, int y, int len, int promille, int optio if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -415,7 +415,7 @@ tyan_lcdm_hbar (Driver * drvthis, int x, int y, int len, int promille, int optio if (p->ccmode != standard) { /* Not supported(yet) */ - report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters", drvthis->name); return; } @@ -447,7 +447,7 @@ tyan_lcdm_num (Driver * drvthis, int x, int num) if (p->ccmode != bignum) { if (p->ccmode != standard) { /* Not supported (yet) */ - report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters", + report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters", drvthis->name); return; }