summaryrefslogtreecommitdiffstats
path: root/rdp/rdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'rdp/rdp.h')
-rw-r--r--rdp/rdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdp/rdp.h b/rdp/rdp.h
index 9a755a38..36a20f57 100644
--- a/rdp/rdp.h
+++ b/rdp/rdp.h
@@ -292,7 +292,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,