From 320b43dcc126fa57ea6674ce2b99c04dcee1869d Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sat, 27 Jun 2020 02:27:21 +0000 Subject: [PATCH] Correct typo in builtin description comment, found by terencehill git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12741 d7cf8633-e32d-0410-b094-e92efae38249 --- dpdefs/csprogsdefs.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpdefs/csprogsdefs.qc b/dpdefs/csprogsdefs.qc index 572f9ba7..886b50e1 100644 --- a/dpdefs/csprogsdefs.qc +++ b/dpdefs/csprogsdefs.qc @@ -596,7 +596,7 @@ float(float t) atan = #473; float(float c, float s) atan2 = #474; float(float a) tan = #475; float(string s) strippedstringlen = #476; -float(string s) strlennocol = #476; // This is the correct name for the function, but not removing the decolorizedstring mapping. +float(string s) strlennocol = #476; // This is the correct name for the function, but not removing the strippedstringlen mapping. string(string s) decolorizedstring = #477; string(string s) strdecolorize = #477; // This is the correct name for the function, but not removing the decolorizedstring mapping. string(float uselocaltime, string format, ...) strftime = #478; -- 2.39.2