summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2010-06-02 21:41:16 +0000
committerMark Doliner <markdoliner@pidgin.im>2010-06-02 21:41:16 +0000
commita708fb04476c49487144015be6d7643b28564f5b (patch)
tree54346f8198fee54f2d71bb3858f0349d85d0e6f9
parent59ed55a3caf8efca9b78482882132ce626668c87 (diff)
downloadpidgin-a708fb04476c49487144015be6d7643b28564f5b.tar.gz
Remove a stray word from a comment
-rw-r--r--libpurple/protocols/msn/user.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/protocols/msn/user.h b/libpurple/protocols/msn/user.h
index 48e896fa06..49fa34ec1e 100644
--- a/libpurple/protocols/msn/user.h
+++ b/libpurple/protocols/msn/user.h
@@ -57,8 +57,8 @@ typedef enum
* 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
{