From f6f8eab333849dc82bfca90c0ab570106c25c8cb Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 10 Jan 2011 14:15:55 +0100 Subject: [PATCH] Fix typo. --- components/lib/Components/Runner/Distribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/Components/Runner/Distribute.php b/components/lib/Components/Runner/Distribute.php index a0a2388ec..77e68d6b8 100644 --- a/components/lib/Components/Runner/Distribute.php +++ b/components/lib/Components/Runner/Distribute.php @@ -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() ) ); -- 2.11.0