# HG changeset patch # User Etan Reisner # Date 1158553443 0 # Node ID c37052cbb542a3ea7de879cbb86d6d0d7665271f # Parent 310a81ba302c4b7a2f14e39e88e60c41e5016139 [gaim-migrate @ 17304] Typo and whitespace change. committer: Tailor Script diff -r 310a81ba302c -r c37052cbb542 gtk/plugins/perl/Makefile.am --- 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 && \ diff -r 310a81ba302c -r c37052cbb542 gtk/plugins/perl/common/GtkUI.pm --- 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