diff libpurple/util.h @ 23182:e0bcb8cfda74

Use "email" and "Email" consistently. This is potentially controversial, but here it is. For reference, Google and Yahoo call it "email" and dropping the hyphen on no-longer-new words is apparently standard practice.
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 21:56:36 +0000
parents dea8b856466e
children 399975ad001c 30eaeb7cc076
line wrap: on
line diff
--- a/libpurple/util.h	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/util.h	Sun May 25 21:56:36 2008 +0000
@@ -229,7 +229,7 @@
  * Converts a quoted printable string back to its readable equivalent.
  * What is a quoted printable string, you ask?  It's an encoding used
  * to transmit binary data as ASCII.  It's intended purpose is to send
- * e-mails containing non-ASCII characters.  Wikipedia has a pretty good
+ * emails containing non-ASCII characters.  Wikipedia has a pretty good
  * explanation.  Also see RFC 2045.
  *
  * @param str     The quoted printable ASCII string to convert to raw data.