changeset 15941:47a9454dbb95

typos
author Richard Nelson <wabz@pidgin.im>
date Tue, 27 Mar 2007 00:50:51 +0000
parents fd9482f9f604
children ee397e53d9ce
files README pidgin/gtkutils.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Mar 27 00:46:44 2007 +0000
+++ b/README	Tue Mar 27 00:50:51 2007 +0000
@@ -9,7 +9,7 @@
 Pidgin is an graphical IM client written in C which uses the GTK+
 toolkit.
 
-Finish is a text-based IM client written in C which uses the ncurses
+Finch is a text-based IM client written in C which uses the ncurses
 toolkit.
 
 These programs are not endorsed by, nor affiliated with, AOL nor any
@@ -26,8 +26,8 @@
 
 In order to compile Pidgin you need to have GTK+ 2.0 installed (as
 well as the development files!). The configure script will fail if you
-don't.  If you don't have GTK+ 2.0 installed, you shoudl install it
-using your distributions package management tools.
+don't.  If you don't have GTK+ 2.0 installed, you should install it
+using your distribution's package management tools.
 
 For sound support, you also need gstreamer 0.10 or higher. For
 spellchecking support, you need libgtkspell (http://gtkspell.sf.net/).
--- a/pidgin/gtkutils.h	Tue Mar 27 00:46:44 2007 +0000
+++ b/pidgin/gtkutils.h	Tue Mar 27 00:50:51 2007 +0000
@@ -393,7 +393,7 @@
  * @param primitive  The status primitive
  * @param w          The widget to render this
  * @param size       The icon size to render at
- * @retun A GdkPixbuf, created from stock
+ * @return A GdkPixbuf, created from stock
  */
 GdkPixbuf * pidgin_create_status_icon(PurpleStatusPrimitive primitive, GtkWidget *w, const char *size);