[Phpcms-plugins-cvs] autodescgen autodescgen.php,1.2,1.3
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2005-02-01 13:54:04
|
Update of /cvsroot/phpcms-plugins/autodescgen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5574 Modified Files: autodescgen.php Log Message: fixed a little typo Index: autodescgen.php =================================================================== RCS file: /cvsroot/phpcms-plugins/autodescgen/autodescgen.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- autodescgen.php 1 Feb 2005 13:53:17 -0000 1.2 +++ autodescgen.php 1 Feb 2005 13:53:54 -0000 1.3 @@ -1,6 +1,6 @@ <?php /** - * <b>Installtion instructions (en)</b> + * <b>Installation instructions (en)</b> * * The file autodescgen.php must be copied into the phpCMS-plugin-directory * (i.e. /parser/plugs/) @@ -54,6 +54,9 @@ /* * $Log$ +* Revision 1.3 2005/02/01 13:53:54 mjahn +* fixed a little typo +* * Revision 1.2 2005/02/01 13:53:17 mjahn * made some changes for perfect use with masterPlugin4phpCMS * |