You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/16 05:39:25 UTC

[SVN] [87] typo fix

Revision: 87
Author:   matt
Date:     2006-08-16 03:39:00 +0000 (Wed, 16 Aug 2006)

Log Message:
-----------
typo fix

Modified Paths:
--------------
    trunk/lib/AxKit2/Docs/WritingPlugins.pod

Modified: trunk/lib/AxKit2/Docs/WritingPlugins.pod
===================================================================
--- trunk/lib/AxKit2/Docs/WritingPlugins.pod	2006-08-15 22:55:47 UTC (rev 86)
+++ trunk/lib/AxKit2/Docs/WritingPlugins.pod	2006-08-16 03:39:00 UTC (rev 87)
@@ -199,7 +199,7 @@
 
 The C<init()> method allows us to setup any plugin-wide defaults such as
 database connections. To add configuration directives we just call the
-C<add_config()> method like so:
+C<register_config()> method like so:
 
   sub init {
     my $self = shift;