changeset 14580:c37052cbb542

[gaim-migrate @ 17304] Typo and whitespace change. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 18 Sep 2006 04:24:03 +0000
parents 310a81ba302c
children 3ed24586efcb
files gtk/plugins/perl/Makefile.am gtk/plugins/perl/common/GtkUI.pm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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