OSDN Git Service

* fix typo
authorsotarok <sotarok@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 12 Apr 2009 01:31:47 +0000 (01:31 +0000)
committersotarok <sotarok@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 12 Apr 2009 01:31:47 +0000 (01:31 +0000)
Idea_Plugin_Extlib/class/Plugin/Generator.php

index b7627e7..86a3f84 100644 (file)
@@ -30,7 +30,7 @@ class Ethna_Plugin_Generator
     function Ethna_Plugin_Generator(&$controller, $type, $name)
     {
         // Ethna_Generatorでpluginを取得するときに使ったコントローラ
-        // ex, add-projectではEthna_Controller, app-actionではApp_Controller
+        // ex, add-projectではEthna_Controller, add-actionではApp_Controller
         $this->ctl =& $controller;
     }