]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix this comment too...
authorterencehill <piuntn@gmail.com>
Thu, 29 Sep 2011 18:02:01 +0000 (20:02 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 29 Sep 2011 18:02:01 +0000 (20:02 +0200)
qcsrc/common/util.qc

index 46cb0e82dbc3b6544146730727ae20fa0ae86610..1847135e0528ac02b3c583edbf070be9d82196da 100644 (file)
@@ -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)