Author: Derick Rethans
Date: 2006-08-29 16:16:29 +0200 (Tue, 29 Aug 2006)
New Revision: 3418

Log:
- Fixed typoes.

Modified:
   trunk/Translation/src/filters/bork_filter.php
   trunk/Translation/src/filters/leet_filter.php

Modified: trunk/Translation/src/filters/bork_filter.php
===================================================================
--- trunk/Translation/src/filters/bork_filter.php       2006-08-29 11:58:45 UTC 
(rev 3417)
+++ trunk/Translation/src/filters/bork_filter.php       2006-08-29 14:16:29 UTC 
(rev 3418)
@@ -24,7 +24,7 @@
     /**
      * Private constructor to prevent non-singleton use
      */
-    private function __constructor()
+    private function __construct()
     {
     }
 

Modified: trunk/Translation/src/filters/leet_filter.php
===================================================================
--- trunk/Translation/src/filters/leet_filter.php       2006-08-29 11:58:45 UTC 
(rev 3417)
+++ trunk/Translation/src/filters/leet_filter.php       2006-08-29 14:16:29 UTC 
(rev 3418)
@@ -23,7 +23,7 @@
     /**
      * Private constructor to prevent non-singleton use
      */
-    private function __constructor()
+    private function __construct()
     {
     }
 

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to