From fc94748a92c213ce20cb916dbd57a87684e062d9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 29 Sep 2011 20:02:01 +0200 Subject: [PATCH] Fix this comment too... --- qcsrc/common/util.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc index 46cb0e82d..1847135e0 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) -- 2.39.2