From 50bbf15429d70ee25aca7f085cc9cab935925f4c Mon Sep 17 00:00:00 2001 From: Intiilapa Date: Wed, 13 Apr 2011 05:18:57 +0200 Subject: [PATCH] Fixed typo in an annotation for the constructor --- src/Writer/Stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Writer/Stream.php b/src/Writer/Stream.php index d5b08d1c..0f0030a4 100644 --- a/src/Writer/Stream.php +++ b/src/Writer/Stream.php @@ -51,7 +51,7 @@ class Stream extends AbstractWriter * @param string|null $mode Mode, only applicable if a URL is given * @return void * @throws \Zend\Log\Exception\InvalidArgumentException - * @throws \Zend\Log\Excpeiton\RuntimeException + * @throws \Zend\Log\Exception\RuntimeException */ public function __construct($streamOrUrl, $mode = null) {