From: terencehill <piuntn@gmail.com>
Date: Thu, 29 Sep 2011 18:02:01 +0000 (+0200)
Subject: Fix this comment too...
X-Git-Tag: xonotic-v0.6.0~40^2~75^2~1
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fc94748a92c213ce20cb916dbd57a87684e062d9;p=xonotic%2Fxonotic-data.pk3dir.git

Fix this comment too...
---

diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc
index 46cb0e82db..1847135e05 100644
--- a/qcsrc/common/util.qc
+++ b/qcsrc/common/util.qc
@@ -1293,7 +1293,7 @@ string find_last_color_code(string s)
 {
 	float start, len, i, carets;
 	start = strstrofs(s, "^", 0);
-	if (start == -1) // no carret found
+	if (start == -1) // no caret found
 		return "";
 	len = strlen(s)-1;
 	for(i = len; i >= start; --i)