8000 Fixes typos · symfony/symfony@7dfd410 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7dfd410

Browse files
committed
Fixes typos
1 parent 4ac3bdd commit 7dfd410

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* SessionHandlerInterface
1414
*
15-
* Provides forward compatability with PHP 5.4
15+
* Provides forward compatibility with PHP 5.4
1616
*
1717
* Extensive documentation can be found at php.net, see links:
1818
*

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeMemcacheSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* NativeMemcacheSessionHandler.
1616
*
17-
* Driver for the memcache session save hadlers provided by the memcache PHP extension.
17+
* Driver for the memcache session save handler provided by the memcache PHP extension.
1818
*
1919
* @see http://php.net/memcache
2020
*

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeMemcachedSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* NativeMemcachedSessionHandler.
1616
*
17-
* Driver for the memcached session save hadlers provided by the memcached PHP extension.
17+
* Driver for the memcached session save handler provided by the memcached PHP extension.
1818
*
1919
* @see http://php.net/memcached.sessions
2020
*

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeRedisSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* NativeRedisSessionStorage.
1616
*
17-
* Driver for the redis session save hadlers provided by the redis PHP extension.
17+
* Driver for the redis session save handler provided by the redis PHP extension.
1818
*
1919
* @see https://github.com/nicolasff/phpredis
2020
*

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSqliteSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* NativeSqliteSessionHandler.
1616
*
17-
* Driver for the sqlite session save hadlers provided by the SQLite PHP extension.
17+
* Driver for the sqlite session save handler provided by the SQLite PHP extension.
1818
*
1919
* @author Drak <drak@zikula.org>
2020
*/

src/Symfony/Component/Translation/Dumper/CsvFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Translation\MessageCatalogue;
1515

1616
/**
17-
* CsvFileDumper generates a csv formated string representation of a message catalogue.
17+
* CsvFileDumper generates a csv formatted string representation of a message catalogue.
1818
*
1919
* @author Stealth35
2020
*/

src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Translation\MessageCatalogue;
1515

1616
/**
17-
* IcuResDumper generates an ICU ResourceBundle formated string representation of a message catalogue.
17+
* IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue.
1818
*
1919
* @author Stealth35
2020
*/

src/Symfony/Component/Translation/Dumper/IniFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Translation\MessageCatalogue;
1515

1616
/**
17-
* IniFileDumper generates a ini formated string representation of a message catalogue.
17+
* IniFileDumper generates a ini formatted string representation of a message catalogue.
1818
*
1919
* @author Stealth35
2020
*/

src/Symfony/Component/Translation/Dumper/MoFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Translation\Loader\MoFileLoader;
1616

1717
/**
18-
* MoFileDumper generates a gettext formated string representation of a message catalogue.
18+
* MoFileDumper generates a gettext formatted string representation of a message catalogue.
1919
*
2020
* @author Stealth35
2121
*/

src/Symfony/Component/Translation/Dumper/PoFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Translation\MessageCatalogue;
1515

1616
/**
17-
* PoFileDumper generates a gettext formated string representation of a message catalogue.
17+
* PoFileDumper generates a gettext formatted string representation of a message catalogue.
1818
*
1919
* @author Stealth35
2020
*/

0 commit comments

Comments
 (0)
0