Fix typo.
authorGunnar Wrobel <p@rdus.de>
Mon, 10 Jan 2011 13:15:55 +0000 (14:15 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 10 Jan 2011 13:15:55 +0000 (14:15 +0100)
components/lib/Components/Runner/Distribute.php

index a0a2388..77e68d6 100644 (file)
@@ -92,7 +92,7 @@ class Components_Runner_Distribute
         if (empty($template)) {
             throw new Components_Exception(
                 sprintf(
-                    'No packaging template starting with "distribute_" was found in the template directoy %s!',
+                    'No packaging template starting with "distribute_" was found in the template directory %s!',
                     $this->_config_application->getTemplateDirectory()
                 )
             );