changed 'prepends' to 'appends' in comment

This commit is contained in:
rtldg 2021-08-23 19:52:47 +00:00
parent 33b2fdf935
commit 2ca2509ae6

View File

@ -611,7 +611,7 @@ stock float GetAngleDiff(float current, float previous)
}
// https://forums.alliedmods.net/showthread.php?t=216841
// Trims display string to specified max possible length, and prepends "..." if initial string exceeds that length
// Trims display string to specified max possible length, and appends "..." if initial string exceeds that length
stock void TrimDisplayString(const char[] str, char[] outstr, int outstrlen, int max_allowed_length)
{
int count, finallen;