merged branch iambrosi/spelling (PR #4147)

Commits
-------

7dfd410 Fixes typos

Discussion
----------

Fixed typos
This commit is contained in:
Fabien Potencier 2012-04-29 18:52:41 +02:00
commit 6e9612c795
10 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@
/**
* SessionHandlerInterface
*
* Provides forward compatability with PHP 5.4
* Provides forward compatibility with PHP 5.4
*
* Extensive documentation can be found at php.net, see links:
*

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* NativeMemcacheSessionHandler.
*
* Driver for the memcache session save hadlers provided by the memcache PHP extension.
* Driver for the memcache session save handler provided by the memcache PHP extension.
*
* @see http://php.net/memcache
*

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* NativeMemcachedSessionHandler.
*
* Driver for the memcached session save hadlers provided by the memcached PHP extension.
* Driver for the memcached session save handler provided by the memcached PHP extension.
*
* @see http://php.net/memcached.sessions
*

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* NativeRedisSessionStorage.
*
* Driver for the redis session save hadlers provided by the redis PHP extension.
* Driver for the redis session save handler provided by the redis PHP extension.
*
* @see https://github.com/nicolasff/phpredis
*

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* NativeSqliteSessionHandler.
*
* Driver for the sqlite session save hadlers provided by the SQLite PHP extension.
* Driver for the sqlite session save handler provided by the SQLite PHP extension.
*
* @author Drak <drak@zikula.org>
*/

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Translation\Dumper;
use Symfony\Component\Translation\MessageCatalogue;
/**
* CsvFileDumper generates a csv formated string representation of a message catalogue.
* CsvFileDumper generates a csv formatted string representation of a message catalogue.
*
* @author Stealth35
*/

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Translation\Dumper;
use Symfony\Component\Translation\MessageCatalogue;
/**
* IcuResDumper generates an ICU ResourceBundle formated string representation of a message catalogue.
* IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue.
*
* @author Stealth35
*/

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Translation\Dumper;
use Symfony\Component\Translation\MessageCatalogue;
/**
* IniFileDumper generates a ini formated string representation of a message catalogue.
* IniFileDumper generates a ini formatted string representation of a message catalogue.
*
* @author Stealth35
*/

View File

@ -15,7 +15,7 @@ use Symfony\Component\Translation\MessageCatalogue;
use Symfony\Component\Translation\Loader\MoFileLoader;
/**
* MoFileDumper generates a gettext formated string representation of a message catalogue.
* MoFileDumper generates a gettext formatted string representation of a message catalogue.
*
* @author Stealth35
*/

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Translation\Dumper;
use Symfony\Component\Translation\MessageCatalogue;
/**
* PoFileDumper generates a gettext formated string representation of a message catalogue.
* PoFileDumper generates a gettext formatted string representation of a message catalogue.
*
* @author Stealth35
*/