From: Gunnar Wrobel Date: Mon, 10 Jan 2011 13:15:55 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f6f8eab333849dc82bfca90c0ab570106c25c8cb;p=horde.git Fix typo. --- 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() ) );