From f8749a242a47c7d69645a65921a50971452755b9 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 14 Apr 2013 09:58:23 +0000 Subject: [PATCH] spelling correction git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4320 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- plugins/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin.h b/plugins/plugin.h index 47425c127..1a93819b5 100644 --- a/plugins/plugin.h +++ b/plugins/plugin.h @@ -185,7 +185,7 @@ EBUILTIN(qhandle_t, Draw_LoadImage, (char *name, qboolean iswadimage)); //wad im EBUILTIN(int, Draw_Image, (float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t image)); EBUILTIN(void, Draw_Fill, (float x, float y, float w, float h)); EBUILTIN(void, Draw_Line, (float x1, float y1, float x2, float y2)); -EBUILTIN(void, Draw_Character, (int x, int y, unsigned int characture)); +EBUILTIN(void, Draw_Character, (int x, int y, unsigned int character)); EBUILTIN(void, Draw_Colourp, (int palcol)); EBUILTIN(void, Draw_Colour3f, (float r, float g, float b)); EBUILTIN(void, Draw_Colour4f, (float r, float g, float b, float a));