Correct spelling of two more words
Thanks Undeference for pointing out abreviations.
This commit is contained in:
parent
fe42b8653d
commit
d40b047f13
2 changed files with 2 additions and 2 deletions
|
@ -557,7 +557,7 @@ void StringReplaceWords(char *string, char *synonym, char *replacement)
|
|||
while(str)
|
||||
{
|
||||
//if the synonym isn't part of the replacement which is already in the string
|
||||
//useful for abreviations
|
||||
//useful for abbreviations
|
||||
str2 = StringContainsWord(string, replacement, qfalse);
|
||||
while(str2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue