From: <de...@us...> - 2006-09-18 04:24:08
|
Revision: 17304 http://svn.sourceforge.net/gaim/?rev=17304&view=rev Author: deryni9 Date: 2006-09-17 21:24:03 -0700 (Sun, 17 Sep 2006) Log Message: ----------- Typo and whitespace change. Modified Paths: -------------- trunk/gtk/plugins/perl/Makefile.am trunk/gtk/plugins/perl/common/GtkUI.pm Modified: trunk/gtk/plugins/perl/Makefile.am =================================================================== --- trunk/gtk/plugins/perl/Makefile.am 2006-09-18 04:22:44 UTC (rev 17303) +++ trunk/gtk/plugins/perl/Makefile.am 2006-09-18 04:24:03 UTC (rev 17304) @@ -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 && \ Modified: trunk/gtk/plugins/perl/common/GtkUI.pm =================================================================== --- trunk/gtk/plugins/perl/common/GtkUI.pm 2006-09-18 04:22:44 UTC (rev 17303) +++ trunk/gtk/plugins/perl/common/GtkUI.pm 2006-09-18 04:24:03 UTC (rev 17304) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |