[gaim-migrate @ 17304]

Mon, 18 Sep 2006 04:24:03 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Mon, 18 Sep 2006 04:24:03 +0000
changeset 14642
af9c32fb1d15
parent 14641
a55ef032e889
child 14643
a058b716c189

[gaim-migrate @ 17304]
Typo and whitespace change.

gtk/plugins/perl/Makefile.am file | annotate | diff | comparison | revisions
gtk/plugins/perl/common/GtkUI.pm file | annotate | diff | comparison | revisions
--- a/gtk/plugins/perl/Makefile.am	Mon Sep 18 04:22:44 2006 +0000
+++ b/gtk/plugins/perl/Makefile.am	Mon Sep 18 04:24:03 2006 +0000
@@ -61,7 +61,7 @@
 	done
 
 # Evil Hack (TM)
-# ... which doesn't work with DESTDIR installs.  FIXME?
+# ... which doesn't work with DESTDIR installs. FIXME?
 uninstall-local:
 	@for dir in $(perl_dirs); do \
 		cd $$dir && \
--- a/gtk/plugins/perl/common/GtkUI.pm	Mon Sep 18 04:22:44 2006 +0000
+++ b/gtk/plugins/perl/common/GtkUI.pm	Mon Sep 18 04:24:03 2006 +0000
@@ -33,7 +33,7 @@
 This module provides the interface for using perl scripts as plugins in Gaim,
 with access to the Gaim Gtk interface functions. With this, developers can
 write perl scripts that can be loaded in Gaim as plugins. The script can
-interact with IMs, chats, accoutns, the buddy list, gaim signals, and more.
+interact with IMs, chats, accounts, the buddy list, gaim signals, and more.
 
 The API for the perl interface is very similar to that of the Gaim C API,
 which can be viewed at http://gaim.sourceforge.net/api/ or in the header files

mercurial