Correcting the misspelling of the package names ('Components' not 'Component') to match the directory.

git-svn-id: svn://10.0.0.236/trunk@103207 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch 2001-09-19 18:29:39 +00:00
parent 09011bc7ce
commit 6e6fd80d50
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
# provisions above, a recipient may use your version of this file
# under either the MPL or the GPL.
package PLIF::Service::Component::AdminCommands;
package PLIF::Service::Components::AdminCommands;
use strict;
use vars qw(@ISA);
use PLIF::Service;

View File

@ -26,7 +26,7 @@
# provisions above, a recipient may use your version of this file
# under either the MPL or the GPL.
package PLIF::Service::Component::CosesEditor;
package PLIF::Service::Components::CosesEditor;
use strict;
use vars qw(@ISA);
use PLIF::Service;

View File

@ -26,7 +26,7 @@
# provisions above, a recipient may use your version of this file
# under either the MPL or the GPL.
package PLIF::Service::Component::Login;
package PLIF::Service::Components::Login;
use strict;
use vars qw(@ISA);
use PLIF::Service;