Skip to content

Commit 707bbfd

Browse files
committed
Typo fixes and ignore .phpunit.result.cache
[ci skip] Signed-off-by: William Desportes <[email protected]>
1 parent ef09432 commit 707bbfd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ coverage.xml
1010
*sw[op]
1111
phpunit.xml
1212
phpcs.xml
13+
.phpunit.result.cache

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
* Fix parsing of CREATE TABLE with per field COLLATE.
7979
* Improved Context::loadClosest to better deal with corner cases.
80-
* Localizaton updates.
80+
* Localization updates.
8181

8282
## [4.2.3] - 2017-10-10
8383

@@ -91,7 +91,7 @@
9191
## [4.2.1] - 2017-09-08
9292

9393
* Fixed minor bug in Query::getFlags.
94-
* Localizaton updates.
94+
* Localization updates.
9595

9696
## [4.2.0] - 2017-08-30
9797

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Translator
2323
private static $translator;
2424

2525
/**
26-
* Loads transator.
26+
* Loads translator.
2727
*/
2828
public static function load()
2929
{

0 commit comments

Comments
 (0)