Skip to content

Commit

Permalink
Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrosi committed Apr 28, 2012
1 parent 4ac3bdd commit 7dfd410
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* 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
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* 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
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* 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
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* 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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Dumper/CsvFileDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Dumper/IniFileDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Dumper/MoFileDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Dumper/PoFileDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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
*/
Expand Down

0 comments on commit 7dfd410

Please sign in to comment.