Index: parser.h
===================================================================
--- parser.h	(revision 949)
+++ parser.h	(revision 950)
@@ -69,7 +69,7 @@
 
 __rayapi int raydium_parser_remove(char *str, char what);
 /**
-Remove all occurences of character ##what## in the ##str# string.
+Remove all occurences of character ##what## in the ##str## string.
 Returns the number of removed characters.
 String is modified, see the warning above.
 **/