From fb1d8c7fc40095947685e08e5e3a027a08245bd8 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 16 Jul 2006 10:20:55 +0000 Subject: [PATCH] fix typo --- server/drivers/IOWarrior.h | 2 +- server/drivers/hd44780-low.h | 2 +- server/drivers/tyan_lcdm.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/drivers/IOWarrior.h b/server/drivers/IOWarrior.h index 9e9207e..d04edc2 100644 --- a/server/drivers/IOWarrior.h +++ b/server/drivers/IOWarrior.h @@ -61,7 +61,7 @@ typedef enum { standard, /* only char 0 is used for heartbeat */ vbar, /* vertical bars */ - hbar, /* horizontaln bars */ + hbar, /* horizontal bars */ bignum, /* big numbers */ bigchar, /* big characters */ custom /* custom icons */ diff --git a/server/drivers/hd44780-low.h b/server/drivers/hd44780-low.h index ac4ffa3..410d895 100644 --- a/server/drivers/hd44780-low.h +++ b/server/drivers/hd44780-low.h @@ -33,7 +33,7 @@ typedef enum { standard, /* only char 0 is used for heartbeat */ vbar, /* vertical bars */ - hbar, /* horizontaln bars */ + hbar, /* horizontal bars */ bignum, /* big numbers */ bigchar /* big characters */ } CGmode; diff --git a/server/drivers/tyan_lcdm.h b/server/drivers/tyan_lcdm.h index 84acf12..04b5c91 100644 --- a/server/drivers/tyan_lcdm.h +++ b/server/drivers/tyan_lcdm.h @@ -45,7 +45,7 @@ typedef enum { standard, /* only char 0 is used for heartbeat */ vbar, /* vertical bars */ - hbar, /* horizontaln bars */ + hbar, /* horizontal bars */ bignum, /* big numbers */ bigchar, /* big characters */ custom /* custom icons */