diff --git a/lib/Cake/Core/Plugin.php b/lib/Cake/Core/Plugin.php index 1e69e33e9ad..a05e1163edf 100644 --- a/lib/Cake/Core/Plugin.php +++ b/lib/Cake/Core/Plugin.php @@ -41,7 +41,7 @@ class Plugin { * routing files or runs a initialization function. * * Plugins only need to be loaded if you want bootstrapping/routes/cli commands to - * be exposed. If your plugin doese not expose any of these features you do not need + * be exposed. If your plugin does not expose any of these features you do not need * to load them. * * This method does not configure any autoloaders. That must be done separately either