Skip to content

Commit 28b408a

Browse files
committed
Fixes misspellings
1 parent 1a83852 commit 28b408a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

peck.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"words": [
55
"php",
66
"gitattributes",
7+
"gitattribute",
78
"analyser",
89
"analyse",
910
"windowsish",
@@ -26,7 +27,13 @@
2627
"gitignored",
2728
"str",
2829
"postfix",
29-
"autoconfiguration"
30+
"autoconfiguration",
31+
"lean",
32+
"unlean",
33+
"licenseless",
34+
"overwritable",
35+
"infoed",
36+
"stdin"
3037
],
3138
"paths": []
3239
}

tests/ArchiveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function removeArchiveRemovesArchive(): void
110110
}
111111

112112
#[Test]
113-
public function removeArchiveRemovesArchiveReturnsFalseOnNonExtistentFile(): void
113+
public function removeArchiveRemovesArchiveReturnsFalseOnNonExistentFile(): void
114114
{
115115
$removed = (new Archive($this->temporaryDirectory, 'archive-nonexistent'))
116116
->removeArchive();

tests/Commands/ValidateCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ public function impossibilityToResolveExpectedGitattributesFileContentIsInfoed()
13361336
}
13371337

13381338
#[Test]
1339-
public function invalidDirectoryAgumentReturnsExpectedStatusCode(): void
1339+
public function invalidDirectoryArgumentReturnsExpectedStatusCode(): void
13401340
{
13411341
$nonExistentDirectoryOrFile = WORKING_DIRECTORY
13421342
. DIRECTORY_SEPARATOR

0 commit comments

Comments
 (0)