Description: this patch fixes an spelling mistake 
Origin: vendor
Forwarded: not-needed
Last-Update: <2016-02-25>
--- a/engine/hexenworld/server/sv_send.c
+++ b/engine/hexenworld/server/sv_send.c
@@ -311,9 +311,9 @@ void SV_Multicast (vec3_t origin, int to
 			leafnum = leaf - sv.worldmodel->leafs - 1;
 			if ( !(mask[leafnum>>3] & (1 << (leafnum & 7)) ))
 			{
-			//	Con_Printf ("supressed multicast\n");
+			//	Con_Printf ("suppressed multicast\n");
 				if (mask == sv.pvs)
-					Sys_Printf("supressed multicast to all!!!\n");
+					Sys_Printf("suppressed multicast to all!!!\n");
 				continue;
 			}
 		}
--- a/engine/hexen2/net_dgrm.c
+++ b/engine/hexen2/net_dgrm.c
@@ -539,7 +539,7 @@ static void Test_Poll (void *unused)
 			break;
 
 		if (MSG_ReadByte() != CCREP_PLAYER_INFO)
-			Sys_Error("Unexpected repsonse to Player Info request\n");
+			Sys_Error("Unexpected response to Player Info request\n");
 
 		MSG_ReadByte(); /* playerNumber */
 		strcpy(name, MSG_ReadString());
@@ -689,7 +689,7 @@ Reschedule:
 	return;
 
 Error:
-	Con_Printf("Unexpected repsonse to Rule Info request\n");
+	Con_Printf("Unexpected response to Rule Info request\n");
 Done:
 	dfunc.Close_Socket(test2Socket);
 	test2InProgress = false;
--- a/engine/hexen2/Makefile.svga
+++ b/engine/hexen2/Makefile.svga
@@ -87,8 +87,6 @@ CFLAGS += -O2 -DNDEBUG=1 -ffast-math
 CFLAGS += -fomit-frame-pointer
 endif
 
-CPPFLAGS=
-LDFLAGS =
 # linkage may be sensitive to order: add SYSLIBS after all others.
 SYSLIBS =
 
