From bf4af35254bfff38b18848b86bb2bf7cf11085de Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Tue, 20 Aug 2013 09:06:13 +0200 Subject: New upstream version 5.5.2+dfsg --- ext/spl/spl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/spl/spl.php') diff --git a/ext/spl/spl.php b/ext/spl/spl.php index fdffda368..3638a5a2b 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -260,7 +260,7 @@ class Exception /** The exception message */ protected $message; - /** The string represenations as generated during construction */ + /** The string representations as generated during construction */ private $string; /** The code passed to the constructor */ @@ -336,7 +336,7 @@ class Exception { } - /** @return string represenation of exception + /** @return string representation of exception */ public function __toString() { -- cgit v1.2.3