diff pidgin-twitter.c @ 58:31374ae054b0

branch merge
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 17 May 2008 21:05:12 +0900
parents 34a9fb4b4701
children 3f9148c1dc60
line wrap: on
line diff
--- a/pidgin-twitter.c	Sat May 17 21:03:17 2008 +0900
+++ b/pidgin-twitter.c	Sat May 17 21:05:12 2008 +0900
@@ -67,7 +67,7 @@
 
 /* debug macros */
 #define twitter_debug(fmt, ...)	purple_debug(PURPLE_DEBUG_INFO, PLUGIN_NAME, "%s():%4d:  " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__);
-#define twitter_error(fmt, ...)	purple_debug(PURPLE_DEBUG_ERROR, PLUGIN_NAME, "%s():%4d:  " fmt, __FUCTION__, (int)__LINE__, ## __VA_ARGS__);
+#define twitter_error(fmt, ...)	purple_debug(PURPLE_DEBUG_ERROR, PLUGIN_NAME, "%s():%4d:  " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__);
 
 
 /* globals */
@@ -591,7 +591,7 @@
     box = gtkconv->toolbar;
 
     /* Disable widgets that decorate or add link to composing text
-     * because Twitter can't receive markuped strings. For lean-view
+     * because Twitter cannot receive marked up string. For lean-view
      * and wide-view, see pidgin/gtkimhtmltoolbar.c.
      */
     menus = g_object_get_data(G_OBJECT(box), "lean-view");
@@ -900,9 +900,9 @@
     PLUGIN_ID,                  /**< id		*/
     "Pidgin-Twitter",           /**< name	*/
     "0.6.0",                    /**< version	*/
-    "replaces usernames with links and play sounds", /**  summary	*/
-    "replaces usernames with links and play sounds", /**  desc	*/
-    "Yoshiki Yazawa (yaz@honeyplanet.jp)",     /**< author	*/
+    "replaces usernames with links and plays sounds", /**  summary	*/
+    "replaces usernames with links and plays sounds", /**  desc	*/
+    "Yoshiki Yazawa and the pidging-twitter team",     /**< author	*/
     "http://www.honeyplanet.jp/",   /**< homepage	*/
     load_plugin,                /**< load	*/
     unload_plugin,              /**< unload	*/