Skip to content

Commit

Permalink
Update mapstring.c
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika authored Oct 13, 2019
1 parent d25b761 commit 72b729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ char *msCommifyString(char *str)
/* ------------------------------------------------------------------------------- */
/* Replace all occurrences of old with new in str. */
/* It is assumed that str was dynamically created using malloc. */
/* Same function as msReplaceSubstring but this is case ins */
/* Same function as msReplaceSubstring but this is case insensitive */
/* ------------------------------------------------------------------------------- */
char *msCaseReplaceSubstring(char *str, const char *old, const char *new)
{
Expand Down

0 comments on commit 72b729e

Please sign in to comment.