Mercurial > pidgin
diff src/protocols/msn/msn.c @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 21 Apr 2004 01:34:26 +0000 |
| parents | 7024b595b6ae |
| children | d7b8eb1f0a18 |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Wed Apr 21 01:20:41 2004 +0000 +++ b/src/protocols/msn/msn.c Wed Apr 21 01:34:26 2004 +0000 @@ -1371,7 +1371,7 @@ url_buffer[strlen(url_buffer) - 1] = '\0'; } - /* MSN always puts in ' for apostrophies...replace them */ + /* MSN always puts in ' for apostrophes...replace them */ while ((p = strstr(url_buffer, "'")) != NULL) { *p = '\'';
