# HG changeset patch # User Richard Nelson # Date 1174956651 0 # Node ID 47a9454dbb95038ce924ce501f592a8d2b9b67fe # Parent fd9482f9f60486b668646c52e8eeccaa206f0859 typos diff -r fd9482f9f604 -r 47a9454dbb95 README --- 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/). diff -r fd9482f9f604 -r 47a9454dbb95 pidgin/gtkutils.h --- 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);