projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41b811
)
Fix typo.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 10 Jan 2011 13:15:55 +0000
(14:15 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 10 Jan 2011 13:15:55 +0000
(14:15 +0100)
components/lib/Components/Runner/Distribute.php
patch
|
blob
|
history
diff --git
a/components/lib/Components/Runner/Distribute.php
b/components/lib/Components/Runner/Distribute.php
index
a0a2388
..
77e68d6
100644
(file)
--- 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 directo
r
y %s!',
$this->_config_application->getTemplateDirectory()
)
);