summaryrefslogtreecommitdiffstats
path: root/mc/mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mc/mc.h')
-rw-r--r--mc/mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mc/mc.h b/mc/mc.h
index ac31334c..4af932f0 100644
--- a/mc/mc.h
+++ b/mc/mc.h
@@ -67,7 +67,7 @@ struct mod
int (*server_set_pen)(struct mod* v, int style,
int width);
int (*server_draw_line)(struct mod* v, int x1, int y1, int x2, int y2);
- int (*server_add_char)(struct mod* v, int font, int charactor,
+ int (*server_add_char)(struct mod* v, int font, int character,
int offset, int baseline,
int width, int height, char* data);
int (*server_draw_text)(struct mod* v, int font,