fix typo
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
standard, /* only char 0 is used for heartbeat */
|
standard, /* only char 0 is used for heartbeat */
|
||||||
vbar, /* vertical bars */
|
vbar, /* vertical bars */
|
||||||
hbar, /* horizontaln bars */
|
hbar, /* horizontal bars */
|
||||||
bignum, /* big numbers */
|
bignum, /* big numbers */
|
||||||
bigchar, /* big characters */
|
bigchar, /* big characters */
|
||||||
custom /* custom icons */
|
custom /* custom icons */
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
standard, /* only char 0 is used for heartbeat */
|
standard, /* only char 0 is used for heartbeat */
|
||||||
vbar, /* vertical bars */
|
vbar, /* vertical bars */
|
||||||
hbar, /* horizontaln bars */
|
hbar, /* horizontal bars */
|
||||||
bignum, /* big numbers */
|
bignum, /* big numbers */
|
||||||
bigchar /* big characters */
|
bigchar /* big characters */
|
||||||
} CGmode;
|
} CGmode;
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
standard, /* only char 0 is used for heartbeat */
|
standard, /* only char 0 is used for heartbeat */
|
||||||
vbar, /* vertical bars */
|
vbar, /* vertical bars */
|
||||||
hbar, /* horizontaln bars */
|
hbar, /* horizontal bars */
|
||||||
bignum, /* big numbers */
|
bignum, /* big numbers */
|
||||||
bigchar, /* big characters */
|
bigchar, /* big characters */
|
||||||
custom /* custom icons */
|
custom /* custom icons */
|
||||||
|
|||||||
Reference in New Issue
Block a user