From 3881649477f099c959ed1b76c0331b40258cbd3a Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Mon, 12 Nov 2012 14:58:31 +0100 Subject: [PATCH] Fixed typo Fixed a small typo in the docblock --- .../HttpFoundation/Session/Storage/NativeSessionStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php b/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php index 4a7d360fbb..2dc8564881 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php @@ -55,7 +55,7 @@ class NativeSessionStorage implements SessionStorageInterface * Constructor. * * Depending on how you want the storage driver to behave you probably - * want top override this constructor entirely. + * want to override this constructor entirely. * * List of options for $options array with their defaults. * @see http://php.net/session.configuration for options