Mercurial > pidgin
changeset 30150:805bc41f6de7
Remove a stray word from a comment
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 02 Jun 2010 21:41:16 +0000 |
| parents | 320337ee96ad |
| children | bb6e71f7be93 |
| files | libpurple/protocols/msn/user.h |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/user.h Wed Jun 02 02:36:24 2010 +0000 +++ b/libpurple/protocols/msn/user.h Wed Jun 02 21:41:16 2010 +0000 @@ -57,8 +57,8 @@ * put this info in in a separate struct to save memory because we * allocate an MsnUser struct for each buddy, but we generally only * need this information for a small percentage of our buddies - * (usually less than 1%). Putting it in a separate struct saves - * makes MsnUser smaller by the size of a few pointers. + * (usually less than 1%). Putting it in a separate struct makes + * MsnUser smaller by the size of a few pointers. */ typedef struct _MsnUserExtendedInfo {
