Renamed string_removeWhiteSpace to stringRemoveWhiteSpace.

This commit is contained in:
Glowbal 2015-02-19 19:12:14 +01:00
parent c3cd9d281d
commit 612fa69c1c
2 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ PREP(setVolume);
PREP(sortAlphabeticallyBy);
PREP(stringCompare);
PREP(stringToColoredText);
PREP(string_removeWhiteSpace);
PREP(stringRemoveWhiteSpace);
PREP(subString);
PREP(switchToGroupSide);
PREP(throttledPublicVariable);