From ee84bdc40e96a16f5b7af3a4e5a0414fcb6af96c Mon Sep 17 00:00:00 2001
From: cbrutail <ruszkai.akos@gmail.com>
Date: Mon, 1 Nov 2010 01:51:08 +0100
Subject: [PATCH] Fix typo in yellow. Doh!

---
 scripts/logos.shader | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/logos.shader b/scripts/logos.shader
index 6f61b247..821b240b 100644
--- a/scripts/logos.shader
+++ b/scripts/logos.shader
@@ -118,9 +118,9 @@ textures/logos/phoenix01_green_glow
 	}
 }
 
-textures/logos/phoenix01_yelow
+textures/logos/phoenix01_yellow
 {
-	qer_editorimage textures/logos/logo01_yelow.tga
+	qer_editorimage textures/logos/logo01_yellow.tga
 
 	surfaceparm trans
 	surfaceparm nonsolid
@@ -132,15 +132,15 @@ textures/logos/phoenix01_yelow
 	cull none
 
 	{
-		map textures/logos/logo01_yelow.tga
+		map textures/logos/logo01_yellow.tga
 		blendFunc filter
 		rgbgen identity
 	}
 }
 
-textures/logos/phoenix01_yelow_glow
+textures/logos/phoenix01_yellow_glow
 {
-	qer_editorimage textures/logos/logo01_yelowg.tga
+	qer_editorimage textures/logos/logo01_yellowg.tga
 
 	surfaceparm trans
 	surfaceparm nonsolid
@@ -152,7 +152,7 @@ textures/logos/phoenix01_yelow_glow
 	cull none
 
 	{
-		map textures/logos/logo01_yelowg.tga
+		map textures/logos/logo01_yellowg.tga
 		blendFunc filter
 		rgbgen identity
 	}
-- 
2.39.5