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 4af932f0..a28ade47 100644
--- a/mc/mc.h
+++ b/mc/mc.h
@@ -62,7 +62,7 @@ struct mod
int (*server_set_bgcolor)(struct mod* v, int bgcolor);
int (*server_set_opcode)(struct mod* v, int opcode);
int (*server_set_mixmode)(struct mod* v, int mixmode);
- int (*server_set_brush)(struct mod* v, int x_orgin, int y_orgin,
+ int (*server_set_brush)(struct mod* v, int x_origin, int y_origin,
int style, char* pattern);
int (*server_set_pen)(struct mod* v, int style,
int width);