diff -r a55ef032e889 -r af9c32fb1d15 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